BODY 
      { font-family: Arial,Helvetica, sans-serif;
        font-size: 12px;
        color: black;
      }

TD 
      { font-family: Arial,Helvetica, sans-serif;
        font-size: 12px;
        color: black;
      }

FONT 
      { font-family: Arial,Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
        color: black;
      }

.LIGHT
      {
       color: 222222; 
      }

FONT.GSMALL
      { font-size: 12px;
        text-decoration: none;
        color: #3B3B3B;
      }

FONT.GREEN
      { 
        color: green
      }

FONT.RED
      {
        color: red
      }

FONT.BSMALL
      { font-size: 12px;
        text-decoration: none;
        color: 222222;
      }

FONT.FORM 
      { font-size: 10px;
        text-decoration: none;
        color: black;
      }

.FIXED
     {
      font-family: courier,monospaced;
      font-size:12pt;
     }

A:LINK
      { text-decoration: none;
	color: #0000ff;
      }

A:VISITED
      { text-decoration: none;
	color: #ff00ff;

      }

A:HOVER
      { text-decoration: underline;
	color: #ff0000;
      }
