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

P
{padding-top: 5px;
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-bottom:8px;
color: white;
font-weight: bold;
vertical-align: top;
background-color:#1E4592;

/*border-left: solid 1px;
border-right:solid 1px;*/
border-top:solid 1px;

border-color:#1E4592}

td.menuHover
{
padding-bottom:8px; 
color: #2E3389;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: white;
cursor:pointer;

/*border-left: solid 1px;
border-right:solid 1px;*/
border-top:solid 1px;

border-color:#E1E1E1

}


td.menuNormal2
{padding: 0px;
padding-bottom:0px;
color: white;
font-weight: bold;
vertical-align: top;

/*border-left: solid 3px;
border-right:solid 3px;*/

border-bottom:solid 1px;
border-color:#E1E1E1

}

div.menuNormal
{display: none;}

div.menuHover
{
background-color: white;
display: inline;
position: absolute;}


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

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

a.menuitem:hover
{text-decoration: none;
color: white;
font-size:10px;
background-color: #2E3389;
display: block;}

a.menuitem:active
{text-decoration: none;
color: white;
font-size:10px;
background-color: #2E3389;
display: block;}

