BODY, body  {
	background-color: #000000;
	font-family: Verdana, Trebuchet MS, Arial, san-serif;
	font-size: 12px;
	color: White;
}

A:HOVER, a:hover  {
	color: #990000;
	text-decoration: none;
}

A, a {
	color: #990000;
	text-decoration: none;
}

TABLE, table {
	background-color: Black;
	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: 24px;
	font-weight: bold;
}
.boldRed {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
.originalPrice{
	text-decoration:line-through;
	color:#FF0000;
}
.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:#666666;
}
.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;
}
.clientlinks{
	background-color: White;
	border: 0px;
	padding: 5px 5px 5px 5px;
	color: Black;
	vertical-align:middle;
	horizontal-align:center;
}