body {
  font-family: arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px;
  text-align: center;
  color: #000000;
  background-color: #F2F2E9;
}

td {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}
th {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}
alt {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: gray;
}

a:link          {font-family: arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: blue; }
a:hover         {font-family: arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; text-decoration: none; color: #BE3202; }
a:active        {font-family: arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; text-decoration: none; color: #BE3202; }
a:visited       {font-family: arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: #6B8EC6; }
a:visited:hover {font-family: arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; text-decoration: none; color: #BE3202; }

#headerleft  {
  border-left-style: solid; border-left-width: 1px;
  border-top-style: solid; border-top-width: 1px;
  background-color: #FFFFFF;   	
}

#headerright  {
  border-right-style: solid; border-right-width: 1px;
  border-top-style: solid; border-top-width: 1px;
  background-color: #FFFFFF;   	
}


#content {
  border-left-style: solid; border-left-width: 1px;
  border-right-style: solid; border-right-width: 1px;
  border-bottom-style: solid; border-bottom-width: 1px;
  border-color: #87877F;
  background-color: #FFFFFF;
  padding: 19px 19px 19px 19px;
}


#topnav a {
  font-family: arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px;
  text-decoration: none;
  color: #F2F2E9;
  height: 20px;
  padding: 4px;
}
#topnav a.off:hover {
  color: white; 

  background-color: #BE3202;   	
}
#topnav a.selected, a.selected:hover { 
  color: white; 

  background-color: #BE3202;	
}
#topnav {
  color: #465EA6;

  background-color: #87877F;
}

