@charset "iso-8859-1";
body
{
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
}

h1
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 16pt;
    color: #000000;
    font-weight: bold;
}

h2
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 12pt;
    color: #006633;
    font-weight: bold;
}

h3
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
}

a
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 12pt;
    text-decoration: none;
    color: #0F2875;
}

a:hover
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 12pt;
    text-decoration: none;
    color: #FF0000;
}

a.current
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
    text-decoration: underline;
    color: #0F2875;
}

a.current:hover
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
    text-decoration: underline;
    color: #FF0000;
}

p
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 12pt;
    color: #000000;
}

.current
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
    color: #000000;
	
}

ul
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 12pt;
    color: #000000;
}

.nav
{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Arial;
line-height: 16px;
z-index: 100;
background-color: #FDF38C;
width: 150px;
}

.nav a
{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.nav a:hover
{ /*hover background color*/
background-color: #006633;
color: white;
}
}