/*BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}*/

P
{padding-top: 0px;
margin: 0px;}

.head
{font-size: 10pt;
font-weight: bold;
font-family: arial;
color: white;
align: center;
letter-spacing: 1px;
width: 100%;
height: 20px;}

table.main
{height: 1px;
width: 700px;}

.maintext
{font-family: arial;
font-size: 10pt;
font-weight: normal;}

table.navbar
{font-size: 10pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 10pt;
margin: 0px;
padding: 5px;
font-weight: bold;}

td.menuNormal
{padding: 0px;
color: black;
font-weight: normal;
vertical-align: top;
fon-family: arial;
font-size: 10pt;
/*background-color: white;*/
margin-top: 5px;}

td.menuHover
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;}
/*remove the following line for drop-down menu with images*/
/*background-color: lightblue*/

div.menuNormal
{display: none;}

div.menuHover
{border: 2px solid #336699;
background-color: white;
display: inline;
position: absolute;
left: 125px;}

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: white;
background-color: #336699;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: lightblue;
display: block;}


