BODY, body  {
	background-color: Black;
	font-family: Verdana, Trebuchet MS, Arial, san-serif;
	font-size: 12px;
	color: White;
}

A:HOVER, a:hover  {
	color: Blue;
	text-decoration: none;
}

A, a {
	color: Navy;
	text-decoration: none;
}

TABLE, table {
	background-color: White;
	border: 0px;
	padding: 0px 0px 0px 0px;
	color: Black;
}
.tablebody {
	background-color: White;
	border: 0px;
	padding: 0px 0px 0px 0px;
	color: Black;
}

TD, td {
	font-family: Verdana, Trebuchet MS, Arial, san-serif;
	font-size: 12px;
	color: #660033;
	background-color: White;
}
.title {
	font-size: 20px;
	font-weight: bold;
}
.subHeaderFont{
	font-size:x-small;
	color:#660033;
}

.smallFont{
	font-size:xx-small;
	color:#000000;
}

.footer{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:xx-small;
	color:#C0C9DE;
}

.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;
}

.required{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:x-small;
	color:#CC0000;
}