/* CSS Document */

body,td,li
{
color: black; font-family: verdana,arial, helvetica, sans serif; font-size: 12px; line-height: 18px; font-style: normal; font-variant: normal; font-weight: normal;
}

.smallbody
{
color: black; font-family: verdana,arial, helvetica, sans serif; font-size: 10px; line-height: 12px; font-style: normal; font-variant: normal; font-weight: normal;
}

a:link {
	color: #aa8800;
	text-decoration: underline;
}
a:visited {
	color: #aa8800;
	text-decoration: underline;
}
a:hover {
	color: #cc9933;
	text-decoration: underline;
}

.head
{
color: black; font-family: verdana,arial, helvetica, sans serif; font-size: 14px; line-height: 20px; font-style: normal; font-variant: normal; font-weight: bold;
}

.redhilite {color: #990000; }

/* mb styles */
.bannercolor {
    background: #dddddd;
}
.bannertext {
    color: #000000;
    font-family: verdana,arial, helvetica, sans serif; 
    font-size: 12px;
    font-weight: bold;
}

.recentmbth
{
	color: white;
	font-family: verdana,arial, helvetica, sans serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	background-color: #000000;
}

.grey {
	color: #888888;
}
.hilite {
	color: #444499;
}