/* CSS Document */

a:active, visited, hover, link
{  
   font-family: Arial; 
   font-size: 10pt;
   font-style: normal; 
   text-decoration: none;
}
 
 
.copyright 
{ 
   font-family: Arial; 
   font-size: 8pt; 
   text-decoration: none; 
   color: #000000; 
}
 
td, p, li
{
   font-family: Arial; 
   font-size: 10pt ;
   text-decoration: none;
} 

.sub-heading 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: italic;
}

.titles
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
}
