/* CSS Document */

BODY
{font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
margin: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;}

a:link, a:visited
{
	color: white;
	text-decoration: none;
	font-weight: 900;
}
a:hover, a:active
{
	color: #d3d3d3;
	text-decoration: none;
	font-weight: 900;
}

a.txt:link, a.txt:visited
{
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}
a.txt:hover, a.txt:active
{
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}

a.bot:link, a.bot:visited
{
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #2D4973;
	text-decoration: none;
	font-weight: bold;
}
a.bot:hover, a.bot:active
{
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #2D4973;
	text-decoration: none;
	font-weight: bold;
}
P
{padding-top: 3px;
margin: 0px;
color: white;
font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-weight: 900;}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;
color: white;}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
background-color: #d3d3d3;
font-weight: bold;}

td.menuNormal
{padding: 0px;
color: black;
vertical-align: top;
background-color: #d3d3d3;
font-weight: bold;
font-size: 10px;}

td.menuHover
{padding: 0px;
color: white;
vertical-align: top;
font-weight: bold;
/*remove the following line for drop-down menu with images*/
background-color: #7DC41F;
font-size: 10px;}

div.menuNormal
{display: none;
position: static;
padding: 2px;
font-size: 10px;}

div.menuHover
{border: 0px solid #d3d3d3;
background-color: #7DC41F;

display: inline;
position: absolute;
font-size: 10px;}

a.menuitem:link
{text-decoration: none;
color: black;
background-color: #d3d3d3;
display: block;
padding: 2px;
font-size: 10px;}

a.menuitem:visited
{text-decoration: none;
color: BLACK;
background-color: #d3d3d3;
display: block;
padding: 2px;
font-size: 10px;}


a.menuitem:hover
{text-decoration: none;
color: white;
background-color: #7DC41F;
display: block;
padding: 2px;
font-size: 10px;}

a.menuitem:active
{text-decoration: none;
color: BLACK;
background-color: #7DC41F;
display: block;
padding: 2px;
font-size: 10px;
}

