<!-- 
  NAME     : styles.css
  DESC     : set of standard styles.
//-->
     
<STYLE TYPE=text/css >
<!--


  BODY, SELECT, INPUT, DIV, P, TABLE, TH, TR, TD, UL, LI {
    Font-Family         : Georgia, Helvitica, Arial ;
    Font-Size           : 10pt  ;
    Color               : black ; /* text color */
  }

  .PgHdr {              /* PAGE_HEADER */
      Font-Family       : Georgia, Helvetica, Arial;
      Font-Size         : 10pt;
      Font-Weight       : bold;
      Color             : red;       /* #FF0000 */
      White-space       : nowrap;
      Text-Align        : center;
  }

  <!--  Field Text     : (not bold) used for regular sized text entry field -->
  .FldTxt {
      Font-Family       : Georgia, Helvetica, Arial;
      Font-Size         : 10pt;
      Color             : black;     /* #000000 */
  }

  <!--  Footer         : used to display links for page footers -->
  .footer TD {
    Font-Family         : Helvitica, Arial ;
    Font-Size           : 8pt  ;
    Color               : black ; /* text color */
  }

  <!--  Doublespaced   : add extra line                                     -->
  .doublespace {
      Line-Height       : 200%
  }

  <!--  Paragraph      : use for a block of text -->
  .paragraph {
      Font-Family       : Georgia, Helvetica, Arial;
      Font-Size         : 10pt;
      Color             : black ;           /* #000000 */
      Line-Height       : 175%
  }

//-->
</STYLE>
