
A  {
	font-family : Arial, Helvetica, Verdana;
	font-weight : bold;
	font-size : 11px;
	color : 000080;
	text-decoration : none;
}

A:Active {
	font-family : Arial, Helvetica, Verdana;
	font-weight : bold;
	font-size : 11px;
	color : Blue;
	text-decoration : none;
}

A:Hover {
	font-family : Arial, Helvetica, Verdana;
	font-weight : bold;
	font-size : 11px;
	color : Blue;
	text-decoration : none;
}

A:Visited {
	font-family : Arial, Helvetica, Verdana;
	font-weight : bold;
	font-size : 11px;
	color : Blue;
	text-decoration : none;
}    
         
BODY {font-family: Arial, Helvetica, Verdana; 
     font-size: 11px; 
     background-color : #FFFFFF}
     
   
     
TD    {font-family : Arial; 
      font-size : 11px; 
      color : #000000}

TH    {font-family : Arial; 
      font-size : 11px; 
      font-weight : bold}     

