.gray
{
	font face:Arial, sans-serif;
	font: normal 9pt Arial;
	color: #626262;
	line-height: 140%

} 

.navy
{
	font face:Arial, sans-serif;
	font: bold 10pt Arial;
	color: #305E8B;
	line-height: 140%

} 


.redbig
{
	color: #CC3300;
	font: bold 12pt Arial;
} 

.H1
{
	display:inline;
	color: #ffffff;
	font: bold 19px Arial;
} 

a.blue{
	font: 13px Arial;
	color: #000066;
	text-decoration: none;

}

a.blue:hover {
	font: 13px Arial;
	color: grey;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC3300;
}

a.red{
	font: bold 12px Arial;
	color: #CC3300;
	text-decoration: underline;

}

a.red:hover {
	font: bold 12px Arial;
	color: #333311;
	text-decoration: none;
}

a.bottomlinks{
	font: 10px Arial;
	color: #ffffff;
	text-decoration: underline;

}

a.bottomlinks:hover {
	font: 10px Arial;
	color: #333311;
	text-decoration: none;
}