.genericstyle
{  
  font-family: Arial; 
  font-size: 10pt; 
  color: #333333;
}
.body
{
   font-family: Arial; 
   font-size: 10pt; 
   color: #333333; 
   background-color: #FFFFFF;
}
.header1
{
   font-family: Arial; 
   font-size: 13pt; 
   font-weight: bold;
   color: #333333; 
}
.header2
{
   font-family: Arial; 
   font-size: 11pt; 
   font-weight: bold;
   color: #333333; 
}
.printheader
{
   font-family: Arial; 
   font-size: 10pt; 
   font-weight: bold;
   color: #FF0000;
}
.printbody
{
   font-family: Arial; 
   font-size: 10pt; 
   color: #000000; 
   background-color: #FFFFFF;
}
.printgenericstyle
{  
  font-family: Arial; 
  font-size: 10pt; 
  color: #000000;
}