BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;
border-bottom:thin}

P
{padding-top: 10px;
margin: 0px;}

H1
{
	font-size: 12pt;
	font-weight: normal;
	padding-top: 15px;
	margin: 0;
}

table.navbar
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
}

table.menu
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

td.menuNormal
{
	padding: 0px;
	color: black;
	font-weight: normal;
	vertical-align: top;
	background-color: white;
}

td.menuHover
{
	padding: 0px;
	color: black;
	font-weight: normal;
	background-color: #E0E0E0;
	vertical-align: top;/*remove the following line for drop-down menu with images*//*background-color: #FF1803;*/
}

div.menuNormal
{
clear:both;
display: none;
position: static;
}

div.menuHover
{
	clear:both;
	margin-top:2px;
	border: 1px solid #FF1803;
	background-color: white;
	display: inline;
	position: absolute;
	border-style: thin;
}

a.menuitem:link
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: black;
background-color: #E0E0E0;
/*display: block;*/
}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: #E0E0E0;
display: block;}