body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  background-color: #FFFF99;
}

H1 { font-size: large; }
H2 { font-size: medium; }

A:link    { color: #0000FF;  }
A:visited { color: #000099;  }

TD
{
padding-left: 0;
padding-right: 20;
font-size: small;
vertical-align: top;
}

TD.date
{
white-space: nowrap;
}

TH
{
padding-left: 0;
padding-right: 20;
font-size: small;
border-bottom: solid black thin;
vertical-align: bottom;
}

input.text
{
  background-color: #FFFF99;
}

div#left
{
 position: absolute;
 top: 10px;
 left: 10px;
 width: 120px;
 z-index: 10;
 font-size: 12pt;
 font-weight: bold;
}


div#main
{
 position: absolute;
 top: 10px;
 z-index: 30;
 left: 130px;
 margin: 0px; 
 padding: 10px;
 border-left: solid black;
}

td.paperformfield
{
  border-bottom: dotted black thin;
  height: 18pt;
}