td, p           { font-family: Verdana; font-size: 10pt }
.FirstLine   { margin-top: 12; margin-bottom: 6 }
.BodyText    { margin-top: 0; margin-bottom: 6 }
.topnav      { color: #FFFFFF; font-size: 10pt; text-decoration: none; font-weight: bold }
:hover.topnav { color: #FF0000; font-size: 10pt; text-decoration: none; font-weight: bold }
.PageHead    { color: #F39E32 ;font-size: 15pt; font-weight: bold; margin-top:12; margin-bottom:6}
.SubHead    { color: #F39E32 ;font-size: 10pt; font-weight: bold; margin-top:12; margin-bottom:6}
a { color: #93B6D8; text-decoration: underline; font-weight:bold }
a:hover { color: #F39E32 ; text-decoration: none; font-weight:bold }
.botnav      { color: #cccccc; font-size: 8pt; text-decoration: none; font-weight: bold }
:hover.botnav { color: #FF0000; font-size: 8pt; text-decoration: none; font-weight: bold }


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #91BA72;