<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #D3E3EE;
}

.maintable 
{ 
background-color: #ffffff;
}

.header
{
font-family: arial, verdana;
font-size: 12pt;
font-weight: bold;
color: #005A94;

}

.staffheader
{
font-family: arial, verdana;
font-size: 11pt;
font-weight: bold;
color: #005A94;
}

strong#SOS
{
font-weight: normal;
}

.sosHeader
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
color: #005A94;
}

td
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: normal;
color: #000000;
}

h1
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
font-style: italic;
color: #005A94;
}

h2
{
font-family: arial, verdana;
font-size: 13pt;
font-weight: bold;
color: #fff;
text-align: center;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000;
text-align: center;
vertical-align: middle;
}



a:link, a:visited, a:active  {
	color: #0055A5;
	text-decoration: underline; 
}

a:hover {
	color: #5697D8;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover 
	{
	color: #000000;
	text-decoration: none; 
}



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10pt arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #4983d2;
color: #fff;
}



-->