/* 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; 
}
 
h1 { font-size:20px; font-weight:bold; margin: 15px; color: #990000; }
h2 { font-size:14px; font-weight:bold; margin: 18px;  color: #990000;  }
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; 
}

