a:link, a:active, a:visited
{
	color: maroon;
	text-decoration: none;
}

a:hover
{
	color: #777777;
	background: none;
	text-decoration: none;
}


body
{
	font-family: serif;
	font-size: 14pt;
}

.bigtext
{
	font-size: 125%;
	font-weight: bold;
}

.smalltext
{
	font-size: 75%;
}

/*T20090403.0003 - Update Website*/
.headertxt{
   color:#800000; 
	font-size:.9em; 
	font-family:Georgia, 'Times New Roman', Times, serif;
}
.fl{float:left}
.fr{float:right}
.c{clear:both}