 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.BarClass{
  background-color : navy;
  width : 100%;
  font-size : 9pt;
  font-weight : normal;
  color : navy;
}
.LabelClass{
  color : white;
  width : 90px;
  font-size : 8pt;
  font-weight : bold;
  background-color : navy;
  border-collapse : separate;
}
.PulldownClass{
display:block;
  color : white;
  background-color : navy;
  width : 80px;
  height : 1em;
  font-size : 8pt;
  font-weight : normal;
  text-align : center;
}

