BODY {
	PADDING-RIGHT: 0px; 
    PADDING-LEFT: 10px; 
    PADDING-BOTTOM: 0px; 
    MARGIN: 0px; 
    PADDING-TOP: 0px; 
    BGCOLOR: rgb(255,255,255);
}

#image {
    BACKGROUND-POSITION: center top;
	BACKGROUND-IMAGE: url(images/background.gif);
	BACKGROUND-REPEAT: yes;
}
.header {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 12pt;
        color: rgb(204,0,51);              
}

.bold {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: bold;
      font-size: 9pt;
      color: rgb(51,51,51);          
}

.main {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: normal;
      font-size: 9pt;
      color: rgb(0,0,0);          
}

.small {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: normal;
      font-size: 8pt;
      color: rgb(102,102,102);          
}

.smallbold {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: bold;
      font-size: 8pt;
      color: rgb(102,102,102);        
}

.white {
      font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
      font-weight: bold;
      font-size: 8pt;
      color: rgb(255,255,255);        
}

.footer {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 7pt; 
        color: rgb(153,153,153);      
}


/* link styles */

a:link, a:active, a:visited {
        color: rgb(204,0,51);  
        font-weight: normal;
        text-decoration: none;

}

 
a:hover {
        color: rgb(102,102,102); 
        font-weight: normal;
        text-decoration: none;
}
