H1
  { font-weight: bold;
    font-size  : 12pt;
    color      : #000000;
    font-family: Arial,Helvetica,sans-serif;
  }

H2
  { font-weight: bold;
    font-size  : 8pt;
    color      : #000000;
    font-family: Arial,Helvetica,sans-serif;
  }

BODY
  { font-size       : 10pt;
    font-family     : Arial,Helvetica,sans-serif;
    color           : #000000;
    background-color: #FFFFFF;
  }

/*  Had to comment this out for right now due to Netscape
    making the TD input text items huge
TD
  { font-size       : 10pt;
    font-family     : Arial,Helvetica,sans-serif;
    color           : #000000;
    background-color: #FFFFFF;
  }
*/

FOOTER
  { font-size  : 8pt;
    font-weight: bold;
    font-family: Arial,Helveltica,sans-serif;
    color      : #000000;
  }

.mandatory
  { font-size  : 10pt;
    font-weight: bold;
    font-family: Arial,Helveltica,sans-serif;
    color      : #FF0000;
  }

.hint
  { font-size  : 8pt;
    font-family: Arial,Helveltica,sans-serif;
    color      : #666666;
    font-style : italic;
  }    

.blockTag
  { font-weight: bold;
    font-size  : 10pt;
    color      : #000000;
    font-family: Arial,Helvetica,sans-serif;
  }



