.selectedtab 
{ 
   border-bottom: white solid thin;
   font-weight: bold; 
   font-size: medium; 
   background-color: #CE6500; 
   text-align: center; 
}
.unselectedtab 
{ 
   border-bottom: white solid thin;
   font-weight: bold; 
   font-size: small; 
   text-align: center; 
}
.tabtext
{
   color: #FFFFFF;
   font-size: small;
   text-decoration: none;
   width: 100%;
}
.tabtext:link
{
   color: #FFFFFF;
}
.tabtext:visited
{
   color: #FFFFFF;
}
.tabtext:hover
{
   color: #FFFFFF;
   background-color: #000000;
}
.tabtable
{
   background-color: #0065CE; 
}
body 
{ 
   font-family: verdana, arial; 
   color: #000000;
}
.sectionheading
{
   color: #FFFFFF;
   background-color: #0065CE;
   font-weight: bold;
}
.sectionheadingfriendly
{
   color: #000000;
   background-color: #FFFFFF;
   font-weight: bold;
}
.sectionbody
{
   background-color: #E7E7FF
}
.sectionbodyfriendly
{
   background-color: #FFFFFF
}
.advsearchfield
{
   border-bottom: white solid thin;
   padding-right: 1ex;
   font-size: 10pt;
}
.advsearchfield2
{
   border-bottom: white solid thin;
   border-right: white solid thin;
   padding-right: 1ex;
   font-size: 10pt;
}
.searchinputtext
{
   color: #000000;
   font-size: 8pt;
   text-decoration: none;
}
.searchinputprompt
{
   color: #000000;
   font-size: 10pt;
   text-decoration: none;
   padding-right: 1ex;
}
.advsearchvalue
{
   border-bottom: white solid thin;
}
.advsearchvalue2
{
   border-bottom: white solid thin;
   border-right: white solid thin;
   font-size: 10pt;
}
.errormsg
{
   border-bottom: white solid thin;
   color: #FF8888;
}
.relatedlinks
{
   border-right: white solid thin;
   padding-right: 1ex;
   font-size: 12pt;
}
h2
{
   border-bottom: #00009C solid thin;
}
a:link
{
   color: #00009C;
}
a:visited
{
   color: #00009C;
}
a:hover
{
   background-color: #000000;
   color: #E7E7FF
}