@charset "utf-8";
/* CSS Document */

.genericstyle
{  
  font-family: Arial; 
  font-size: 10pt; 
  color: #000;
}
.printgenericstyle
{  
  font-family: Arial; 
  font-size: 10pt; 
  color: #000000;
}
.header1
{
   font-family: Arial; 
   font-size: 12pt; 
   font-weight: bold;
   color: #606;
}
.printheader
{
   font-family: Arial; 
   font-size: 12pt; 
   font-weight: bold;
   color: #606;
}
.copyright
{  
  font-family: Arial; 
  font-size: 8pt; 
  color: #000;
}
.printcopyright
{  
  font-family: Arial; 
  font-size: 8pt; 
  color: # 000;
}
.body
{
   font-family: Arial; 
   font-size: 10pt; 
   color: #000; 
   background-color: #96C;
}
.printbody
{
   font-family: Arial; 
   font-size: 10pt; 
   color: #000; 
   background-color: #96C;
}

A:link {color: #603;}
A:visited {color: #96C;}
A:active {color: #000;} 
A:hover {color: # 66C;} 

 
