/* CSS Document */

/* CSS Document */

body 
{ 
background-color: #ffffff; 
text-color: #000000; 
margin: 0px;  
padding: 0px;
}

a:link 
{
font-size: 8pt;
font-weight: regular;
font-family: Arial, Helvetica, sans-serif; 
text-decoration: underline;  
color: #990000
}

a:visited 
{
font-size: 8pt;
font-weight: regular;
font-family: Arial, Helvetica, sans-serif; 
text-decoration: none;  
color: #F4B400
} 

a:hover 
{
font-size: 8pt;
font-weight: regular;
font-family: Arial, Helvetica, sans-serif; 
text-decoration: underline; 
color: #80B1FF
} 

.defaultCopy 
{
font-size: 10pt;
font-weight: regular;
font-family: Arial, Helvetica, sans-serif; 
color: #000000;
}

.italicHeaders 
{
font-size: 12pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif; 
color: #000000;
}

.mainHeader 
{
font-size: 14pt;
font-weight: bold italic;
font-family: Geneva, Arial, Helvetica, sans-serif; 
color: #000000;
}
