BODY {
	background-color : silver;
	font-family : "verdana, Trebuchet MS";
	font-size : 8;
	color : Black;
}

A:HOVER, a:hover  {
	color : #CC0000;
	text-decoration: none;
}

A, a {
	color : #AD4A4A;
	text-decoration: none;
}

TABLE {
	background-color : White;
	border : 0px;
	padding : 0px 0px 0px 0px;
	color : Black;
}

td{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:x-small;
	color:#000000;
}
.headerFont{
	font-size:medium;
	font-weight:bold;
	color:#000000;
}

.subHeaderFont{
	font-size:x-small;
	color:#000000;
}

.smallFont{
	font-size:xx-small;
	color:#000000;
}

.footer{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:xx-small;
	color:silver;
}

.footerLinks{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:#5677BA;
}

.highMessage{
	color:#CC0000;
	font-size:xx-small;
	font-weight:bold;
}



