BODY { color: black;
       background-color: white;
       font-size: 10pt;
       line-height: 14pt;
     }

A:link    { color: #996699; }
A:visited { color: #996699; }
A:active  { color: #996699; }
A:hover   { color: tomato; }


TABLE { font-size: 10pt;
        line-height: 12pt;
      }

H1   { color:  black; }

TH   { color:  #cc4444;
       background-color: #bbbbbb;
     }

TD.G { background-color: #ddddbb; }

P    { margin: 20px; }

FONT.HL { color: tomato;
	  background-color: wheat;
	  margin: 2px;
	}

FONT.C1 { color: red;
	}

FONT.SMALL { font-size: 8pt; }

FONT.BLUE { color: white;
	    background-color: blue;
	  }
FONT.RED { color: white;
	    background-color: red;
	  }
FONT.GRAY { color: yellow;
	    background-color: gray;
	  }
FONT.DIM  { color: gray; font-size: 7pt;}
FONT.ST   { font-size: 12pt; }

DIV.BAR { color: wheat; background-color: peru; padding: 2px 2px 2px 2px;} 
FONT.MARK { color: gold; }
DIV.NOTES { color: green; font-weight: bold; font-style: italic;}
DIV.CAUTION { color: red; font-weight: bold; font-style: italic;}