body, TD
 {
  font-family: Verdana;
  background-color:transparent;
  font-size: 10pt;
  list-style:none;
  line-height:18pt;
 }

a
 {
  color: #7A6B3E;
  font-family: Verdana;
  font-size: 9pt;
 }

a:visited
 {
  color: #000000;
  font-family: Verdana;
  font-size: 9pt;

 }

a:hover
 {
  color: #000000;
  font-family: Verdana;
  font-size: 9pt;
 }

.title {
  font-family: Verdana;
  font-size: 12pt;
  font-weight:bold;
  line-height:18pt;
}

.menuitem{
  font-family: Verdana;
  font-size: 9pt;
}

#overview {
  visibility: visible;
  position: absolute;
  left: 0%;
  top: 0%;
  width:100%;
  height:99%;
  text-align:left;
  filter:alpha(opacity=100);
  z-index: 1000;
}

#detail {
  visibility: hidden;
  position: absolute;
  left: 0%;
  top: 0%;
  width:100%;
  height:99%;
  text-align:left;
  filter:alpha(opacity=100);
  z-index: 900;
}
