.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
.highlight_maroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #990000;
	font-weight: bolder;
	line-height: normal;
	font-variant: normal;
}
.highlight_blue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0099FF;
	font-weight: bolder;
	line-height: normal;
	font-variant: normal;
}
.highlight_grey {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-weight: bolder;
	line-height: normal;
	font-variant: normal;
}
BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{padding-top: 10px;
margin: 0px;}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;
}

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;
}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: bold;}

td.menuNormal
{padding: 0px;
color: #0099FF;
font-weight: bold;
vertical-align: top;
background-color:  ;}

td.menuNormal2
{padding: 0px;
color: #0099FF;
font-weight: bold;
vertical-align: top;
background-color:white;}

td.menuHover
{padding: 0px;
color: #990000;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
}

div.menuNormal
{display: none;
position: static;
background-color: #FF00FF ;
}

div.menuHover
{ border: 1px solid lightblue;
background-color: lightblue ;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: #0099FF;
background-color: ;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: white;
background-color:#66A6E4 ;
}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: lightblue;
}