.gray
{
	font face:Arial, sans-serif;
	font: normal 9pt Arial;
	color: #484848;
	line-height: 140%

} 

.navy
{
	font face:Arial, sans-serif;
	font: normal 10pt Arial;
	color: #1C6D7B;
	line-height: 140%

} 

.navyheading
{
	font face:Arial, sans-serif;
	font: bold 12pt Arial;
	color: navy;
	line-height: 140%

} 

.white
{
	font face:Arial, sans-serif;
	font: normal 10pt Arial;
	color: ffffff;
	line-height: 140%

} 

.redbig
{
	color: #CC3300;
	font: bold 12pt Arial;
} 

a.blue{
	font: bold 13px Arial;
	color: navy;
	text-decoration: none;

}

a.blue:hover {
	font: bold 13px Arial;
	color: black;
	text-decoration: underline;
}

a.white{
	font: bold 13px Arial;
	color: #ffffff;
	text-decoration: none;

}

a.white:hover {
	font: bold 13px Arial;
	color: #95BF31;
	text-decoration: underline;
}