BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 9pt;
margin: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;}

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

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

table.navbar
{
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	height: 42px;
}

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

td.menuNormal
{
	color: #468F93;
	vertical-align: top;
	background-color: white;
	border: 0px;
	padding: 0px;
	text-decoration: none;
}

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

div.menuNormal
{
	display: none;
	position: static;
	text-decoration: none;
	padding: 1px;
}

div.menuHover
{
	border: 1px solid lightblue;
	background-color: #FFFFFF;
	display: inline-table;
	position: absolute;
	padding: 1px;
}

a.menuitem:link
{
	color: #006666;
	background-color: white;
	display: block;
	text-decoration: none;
	border: solid #000000 1px;
	padding: 1px;
}

a.menuitem:visited
{
	text-decoration: none;
	color: #999999;
	background-color: white;
	display: block;
	border: solid #999999 1px;
	padding: 1px;
}

a.menuitem:hover
{
	text-decoration: none;
	color: black;
	background-color: lightblue;
	display: block;
	border: solid #000000 1px;
	padding: 1px;
}

a.menuitem:active
{
	color: black;
	background-color: lightblue;
	display: block;
	border: solid #000000 1px;
}

