/*cope with inheritance bugs*/
body, table, th, td{
color: navy;
font-size: x-small;
font-family: Verdana, Arial;
}

body{
	background-color: White;
	background-attachment: fixed;
	color:navy;
	margin-top: 5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
}

a:link{
color: Red;
font-size: x-small;
text-decoration:none;
background-color : White;
}

a:visited{
color: Red;
font-size: x-small;
text-decoration:none;
background-color : White;
}

a:hover{
color: White;
font-size: x-small;
text-decoration: none;
background-color : Red;
}

.rfomenu {font-family: Verdana, Arial; font-size: xx-small; color: white; font-weight:bold; font-style: normal;  font-variant : small-caps; } 
a.rfomenu:link {color: Red; font-size: xx-small; text-decoration: none; background-color : White;} 
a.rfomenu:visited {color: Red; font-size: xx-small; text-decoration: none; background-color : White;} 
a.rfomenu:hover {color: White; font-size: xx-small; text-decoration: none; background-color : Red;} 

.rfomenu2 {font-family:Verdana, Arial; font-size:x-small; color:white; font-weight:normal; font-style:normal;  font-variant:small-caps;} 
a.rfomenu2:link {color:Red; font-size:x-small; text-decoration:none; background-color:White;font-variant:small-caps;} 
a.rfomenu2:visited {color:Red; font-size:x-small; text-decoration:none; background-color:White;font-variant:small-caps;} 
a.rfomenu2:hover {color:White; font-size:x-small; text-decoration:none; background-color:Red;font-variant:small-caps;} 

li{
	list-style-image : url(bluedot.gif);
}

.headingBlue
{
	font-family: Verdana, Arial; font-size: small; color: darkblue; font-weight:normal; font-style: normal;  font-variant : small-caps;
}

.reg
{
	font-size : xx-small;
	vertical-align : super;
}
.HomePageLink{
	cursor:hand;
	color:Red;
	font-size:xx-small;
	text-decoration:none;
	background-color:white;
}

.HomePageHover{
	cursor:hand;
	color: White;
	font-size: xx-small;
	text-decoration: none;
	background-color : Red;
}
.homepagemessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}

