body {
 font-family: Arial, "Trebuchet MS", "Times new roman";
 font-size: 11px;
 color: #333333;
 margin-top: 0;
 padding: 0;
 background: #FFFFFF;
}

A {
  color: #3366FF;
  text-decoration: none;
}
A:HOVER {
  color: #FF3300;
  text-decoration: underline;
}
A.menu {
  color: #3366FF;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}
A.menu:HOVER {
  color: #FF3300;
  text-decoration: underline;
}
TD {
  font-size: 15px;
}
H1 {font-size: 14pt;}
H2 {font-size: 13pt; margin:0; padding:0;}
H3 {font-size: 12pt; margin:0; padding:0;}
H4 {font-size: 11pt; margin:0; padding:0;}
H5 {font-size: 10pt; margin:0; padding:0;}
.stdinput {
 font-size: 8pt;
 border: 1px #808080 solid;
 width: 100px;
}
.tooltip {
 position: absolute;
 display: none;
}
.tooltiptext {
 color: #336680;
 border-bottom: 1px #336680 dashed;
}