BODY
{
 font-family: verdana, tahoma, arial, sans-serif;
 font-size: 10pt;
 margin: 0px;
 margin-left: 3px;
 margin-right: 3px;
 padding: 0px;
}

P
{
 font-size: 11pt;
 padding-top: 10px;
 margin: 0px;
}

H1
{
 font-size: 12pt;
 font-weight: bold;
 padding-top: 15px;
 margin: 0;
}

span.copyright
{
 font-size: 7pt;
 margin: 0;
}

table.navbar
{
 font-size: 10pt;
 margin: 0px;
 padding: 0px; 
 border: 0px; 
 font-weight: bold;
}

table.menu
{
 font-size: 10pt;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
}



td.menuNormal
{
 padding: 0px;
 color: white;
 font-size: 10pt;
 font-weight: ;
 vertical-align: bottom;
 background-color: #5c8f18;
}

td.menuspecial
{
 padding: 0px;
 color: white;
 font-size: 11pt;
 font-weight: ;
 vertical-align: bottom;
 background-color: #5c8f18;
}


td.menuHover
{
 padding: 0px;
 color: white;
 font-weight: ;
 vertical-align: top;
 /*remove the following line for drop-down menu with images*/
 background-color: #5c7f18;
}

div.menuNormal
{
 display: none;
}

div.menuHover
{
 border: 1px solid lightblue;
 background-color: #5c7f18;
 display: inline;
 position: absolute;
}

a.menuitem:link
{
 text-decoration: none;
 color: white;
 background-color: #5c7f18;
 display: block;
}

a.menuitem:visited
{
 text-decoration: none;
 color: white;
 background-color: #5c7f18;
 display: block;
}

a.menuitem:hover
{
 text-decoration: none;
 color: white;
 background-color: #5caf18;
 display: block;
}

a.menuitem:active
{
 text-decoration: none;
 color: white;
 background-color: #5caf18;
 display: block;
}







