BODY,TD,P,DIV {
	font-size: 11px;
	font-family: Tahoma;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.title {
	text-decoration: none;
	color: #3878C4;
	font-weight: bold;
	font-size: 12;
}
.titleLogo
{
	color:#3978C5;
	font-size:15px;
	font-weight:bold;
}
.subtitleLogo
{
	color:#737373;
	font-size:13px;
	font-weight:bold;
}

.menu a:link {
	color: #000000;
	font-weight: bold;
}
.menu a:visited {
	color: #000000;
	font-weight: bold;
}
.menu a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
.menu a:active {
	color: #000000;
	font-weight: bold;
}
.orange
{
	color: #FF6D14;
}
.ast
{
	color: #000000;
	font-weight:bold;
	font-size: 9px;
}
.footer
{
background-image:url(images/bottom_grad.jpg);
background-repeat:repeat-y;
height:40px;
}
.search
{
background-image:url(images/search_grad.jpg);
background-repeat:repeat-y;
}
.normal
{
	font-weight:bold;
	font-size: 9px;
}
.fields, .contactTextArea
{
	font-weight:bold;
	font-size: 9px;
	border:solid 1px #A8BA02;
}
.white
{
	font-weight:bold;
	font-size: 12px;
	color:#ffffff;

}

/*========================================== FIELDS BUTTONS ======================================*/
.fields{		
	width:150px;
}

.contactTextArea{	
	width:150px;
	font:bold 9px Tahoma;
	height:100px;
}

.securityCode{
	font:normal 11px Tahoma;
}
.securityCode input{
	border:1px solid #A8BA02;
	font:bold 9px Tahoma;
	width:111px;
}