   body
   {
     border: 0;
     margin: 3px;
     padding: 0;
     color: black;
     font-size: 8pt;
     font-family: Verdana, Arial, Tahoma, Sans-serif;
   }
   table
   {
     font-size: 8pt;
     font-family: Verdana, Arial, Tahoma, Sans-serif;
   }

   tr
   {
     font-size: 8pt;
     font-family: Verdana, Arial, Tahoma, Sans-serif;
     BGCOLOR="#BCC6DD";
   }

   td
   {
     font-size: 8pt;
     font-family: Verdana, Arial, Tahoma, Sans-serif;
     color: black;
     font-weight: bold;
     BGCOLOR="#BCC6DD";

   }
   h1
   {
     margin: 3px 0 5px;
     border-bottom: 1px dotted gray;
     border-top: 1px dotted gray;
     color: #ffffff;
     /*color: #AA3333;*/
     font-weight: bold;
     font-size: 12pt;
     font-family: Arial, Tahoma, Sans-serif;
   }

   h2
   {
     margin: 3px 0 5px;
     color: #AA3333;
     font-weight: bold;
     font-size: 11pt;
     font-family: Arial, Tahoma, Sans-serif;
   }
   form
   {
     margin: 0;
   }
   input
   {
     border: 1px solid #000;
     height: 20px;
     color: gray;
     font-weight: bold;
     font-size: 8 pt;
   }
   a:link
   {
     color: blue;
     font-size: 8pt;
   }
   a:visited
   {
     color: navy; 
     font-size: 8pt;
   }
   a:hover
   {
     color: orange;
     font-size: 8pt;
   }
   a:active
   {
     color: red;
     font-size: 8pt;
   }



