a:link     {  text-decoration: none; color: #004477}
a:visited  {  text-decoration: none; color: #004477}
a:hover    {  text-decoration: none; color: #000000} 

.main      {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height : 15px;
	color : #797979;
}

.footer      {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

.title     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #004477
}

.required {
	background:#004477;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica;
	font-size:8.5pt;
	border : 1px solid;
}

.error {
	background:#ff8c8c;
	color:#000000;
	font-family:Verdana, Arial, Helvetica;
	font-size:8.5pt;
	border : 1px solid;
}

.optional {
	background:#FFFFFF; 
	color:#000000; 
	font-family:Verdana, Arial, Helvetica; 
	font-size:8.5pt;
	border : 1px solid;
}

.button {
	background:#004477; 
	color:#FFFFFF; 
	font-family:Arial, Helvetica; 
	font-size:8.5pt;
	font-weight: bold;
	border : 1px solid;
}