BODY {font: 10pt Arial, Helvetica, sans-serif;}

#Small {font: 8pt Arial;}
#Medium {font: 10pt Arial;}

H1 {font: 12pt "Arial";
   font-weight: bold;
   color: Navy;
   line-height: 3mm;}

H2 {font: 12pt "Arial";
   font-weight: bold;      color: blue; font-style: Italic;}  

H3 {font: 10pt "Arial";
   font-weight: bold;      color: Black;
   border:black thin solid; background-color:#AAAACC;
   width:100%;
   padding:5px;}  

A:link    { color: #336699; text-decoration:none; }
A:active  { color: #336699; text-decoration:none; }
A:visited { color: #336699; text-decoration:none; }
A:hover   { color: #3366FF; text-decoration:none; }
A.small	  { font: 8pt Arial;}
.menu	{font: 8pt; color: purple;}

PRE	{ font: 10pt Arial; }
