
.eurostile
{
font-family: 'Eurostile', arial;
}

.eurostilebold
{
font-family: 'Eurostile Bold', arial;
}

.eurostileblack
{
font-family: 'Eurostile Black', arial;
}

.bold
{
font-weight: bold;
}
.italics
{
font-style: italic;
}

.blurredInput
{
color: #a1a1a1;
}

.activeInput
{
color: #245e9d;
}

.errorInput
{
color: #b90000;
background-color: #ffd8e2;
border:1px solid #b90000;
}

.errorMsg
{
font-style:italic;
color: #b90000;
}

.red
{
	color: #b90000;
}

.black
{
	color: #000000;
}
.white
{
	color: #ffffff !important;
}

a	{ color: inherit;}
a:hover	{ color: blue;}

label.error
{
display:block;
clear:both;
color: red;
font-size:12px;
}

a.nodeco
{	text-decoration:none;}
a.nodeco:hover
{	text-decoration:underline;	}
.nobreak
{
margin:0px;
padding:0px;
}

.btd
{font-size:12px;}

.centeredText
{text-align:center;}

.alignright	{text-align:right;}
.alignleft	{text-align:left;}
.centered	{text-align:center;}

.uppercase	{text-transform: uppercase;}

.sidebyside	{display:inline-block; vertical-align:top; width:49%;}
.alignmiddle	{	vertical-align:middle;}

.pad	{padding:1.5em;}
.smallpad	{padding:.25em;}



