B  {
   font-weight : bold; 
}

/*anchors*/
A:link 	{
   text-decoration : none;
   font-weight : bold;
   color : #000000; 
   font-size : 8pt
}

A:visited {
   text-decoration : none;
   font-weight : bold;
   color : #333333; 
   font-size : 8pt
}

A:hover  {
   text-decoration : none;
   font-weight : bold; 
   color : #AA0000;
   font-size : 8pt
}	

/*body*/
body {
   align : right;
   text-align : left;
   margin-top : -20pt;
   margin-left: -20pt;
   margin-right: 1pt;
   font-size: 10pt;
   color : #000000; 
   font-family : Century Gothic, Arial, Sans-serif;
}
table 
{
   font-align : center;
   font-size : 10pt;
   margin-top: -2pt;
   margin-left: -2pt;
}