body {
  padding: 1px;
  font-family: Arial, Verdana, Helvetica;
  background-image: url(images/bg.gif);
}

input, textarea, select {
  border: 1px solid #000000;
}

label {
  display: inline-block;
  line-height: 1.5;
  width: 85px;
}

label.small {
  display: inline-block;
  line-height: 1.8;
  font-size: 10.0pt ;
  width: 85px;
}

label.wide {
  display: inline-block;
  line-height: 1.8;
  font-size: 10.0pt ;
  width: 175px;
}

small.note {
  font-size: 8.0pt ;
  color: #FF0000;
}

.tableheader{
  color: #BFBE07;
  background: #00643C;
  font-size: 20.0pt ;
  border: 1px solid #000000;
}

.tablemenu{
  color: #000000;
  background: #9ECDBA;
  font-size: 8.0pt ;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.tablebody{
  color: #000000;
  background: #FFFFFF;
  font-size: 12.0pt ;
  padding: 10px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.tablefooter{
  color: #FFFFFF;
  background: #000000;
  font-size: 8.0pt ;
}

a{
  background: #9ECDBA;
  color: #000000;
  text-decoration: none;
}

a:hover{
  background: #FCFCB7;
  color: #000000;
  text-decoration: none;
}

a.plain{
  background: #FFFFFF;
  color: #000;
  text-decoration: none;
}

a.plain:hover{
  background: #9ECDBA;
  color: #000000;
  text-decoration: none;
}
