
/* General Tag specifications */
BODY, B, TD, P     {
/* COLOR: #999; */
COLOR: #000;
FONT-FAMILY: Arial,Verdana, Helvetica; 
FONT-SIZE: 9pt
}  
ul
   {
   list-style-image: url('bullet.gif');
   margin-left:-10px;
   }
a:link
   {
   color: #333;
   font-family: Verdana;font-size: 11px;
   text-decoration:none;
   font-weight:bold;
   }
a:active
   {
   color: #666;
   font-family: Verdana;font-size: 11px;
   text-decoration:none;
   font-weight:bold;
   }
a:visited
   {
   color: #333;
   font-family: Verdana;font-size: 11px;
   text-decoration:none;
   font-weight:bold;
   }  
a:hover
   {
   color: #996;
   font-family: Verdana;font-size: 11px;
   text-decoration: underline;
      }
