.gray
{

	font: normal 9pt Arial;
	color: #626262;
	line-height: 160%

} 

.navy
{

	font: bold 10pt Arial;
	color: #3C5B8A;
	line-height: 140%

} 

.white
{

	font: bold 10pt Arial;
	color: #ffffff;
	line-height: 140%

} 


.redbig
{
	color: #CC3300;
	font: bold 12pt Arial;
} 

.H1
{
	display:inline
} 

a.blue{
	font: normal 13px Arial;
	color: #455A81;
	text-decoration: none;

}

a.blue:hover {
	font: normal 13px Arial;
	color: navy;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #455A81;
}

a.white{
	font: 11px Arial;
	color: #ffffff;
	text-decoration: none;

}

a.white:hover {
	font: 11px Arial;
	color: white;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f3f3f3;
}