/*  StyleSheet  */


   BODY {
      background-color: white;
      color: black;
      font-family: helvetica }

   FONT {
      color: black;
      font-family: helvetica }

   CENTER {
      color: black;
      font-family: helvetica }

   H1, H2, H3, H4, H5, H6 {
      color: #800000;
      font-family: helvetica }

   OL {
      list-style: numeric }

   UL {
      list-style: circle }

   LI {
      color: #000000;
      font-family: helvetica }

   a:link {
      color: #000000 ;
      background-color: inherit ;
      text-decoration: none }

   a:visited {
      color: #000000 ;
      background-color: inherit ;      
      text-decoration: none }

   a:link:hover, a:visited:hover {
	color: #FFFFFF ;
	background-color: gray ;
   }

   a:link:active, a:visited:active {
	color: #FF0000 ;
   }

   TD {
      font-family: helvetica }

   PRE {
      font-family: courier;
      font-size: 12pt }

   TT {
      font-family: courier;
      font-size: 12pt }


