   <!--
   A:link, A:visited  {
     color : rgb(0,220,100);
     text-decoration : none;
   }

   A:hover  {
     Color : rgb(0,255,150);
     text-decoration : underline;
   }

   A:active  {
     Color : rgb(0,220,200);
     text-decoration : underline;
   }

   BODY  {
     font-family : Trebuchet MS, Helvetica, sans-serif;
     font-size : 10pt;
     color : white;
     background-attachment : fixed;
     background-color: #23800F;
   }

   TD, P {
     font-family : Trebuchet MS, Helvetica, sans-serif;
     font-size : 10pt;
     color : white;
   }

   TH {
     font-size : 10pt;
     font-weight : normal;
     color : white;
     background-color: #23700F;
     text-decoration: none;
   }
   
   .GREEN  {
     font-family : Tahoma, Arial, Helvetica, sans-serif;
     font-size : 10pt;
     color : rgb(0,220,100);
   }

   .HEADING  {
     font-size : 11pt;
     color : rgb(0,220,100);
     font-weight : normal;
   }

   .MAINTITLE  {
     font-size : 14pt;
     color : rgb(255,255,255);
     font-weight : normal;
   }

   .NORMAL  {
     font-size : 12pt;
     color : rgb(255,255,255);
     font-weight : normal;
   }

   INPUT, SELECT {
     font-family : Arial, Helvetica, sans-serif;
     font-size : 9pt;
   }

   .ERROR  {
     font-family : Arial, Helvetica, sans-serif;
     font-size : 10pt;
     color : rgb(255,255,255);
     background-color: rgb(128,0,0);
   }

   .highlighted {
     background-color: #23800F;
   }
   
   UL {
     list-style-type: square;
   }

   LI.extrabold {
     list-style-type: none;
     font-weight: bold;
     margin-top: 0.5em;
   }
   -->
