a:link {    
    color : #0000C0;
}

a:visited {    
    color : #FF0000;
}

a:hover {    
    color : #80FFFF;
}

/*   The header class is used for titles */
.header      { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #0033CC; 
               font-style: normal; font-variant: normal; font-weight: bold; 
               font-size: 14pt }
			   
/*   The subheader class is used for titles in the text*/
.subheader      { font-family: Arial, Helvetica, sans-serif; color: #043664; 
               font-style: normal; font-variant: normal; font-weight: bold; 
               font-size: 12pt }
			   
/*   The border class is used for links on left border */
.border      { font-family: 'Times New Roman', Times, serif; color: #FFFFFF; font-style: 
               italic; font-variant: normal; font-weight: bold; font-size: 
               14pt }
			   
.borderblue  { font-family: 'Times New Roman', Times, serif; color: #043664; font-style: 
               italic; font-variant: normal; font-weight: bold; font-size: 
               14pt }
			   
/*    The error class is used for error messages such as incorrect input      */
.error       { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #FF0000; 
               font-style: italic; font-variant: normal; font-weight: bold; 
               font-size: 10pt }
			   
/*  The content class is the body text    */
.content     { font-family: Arial, Helvetica, sans-serif; color: #043664; 
               font-weight: normal; 
               font-size: 10pt }
			   
.contentsm   { font-family: Arial, Helvetica, sans-serif; color: #043664; 
               font-weight: normal; 
               font-size: 8pt }

/*  The content class is the body text    */
.whitecontent     { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; 
               font-weight: normal; 
               font-size: 10pt }
			   
.contentbold { font-family: Arial, Helvetica, sans-serif; color: #043664; 
               font-weight: bold; 
               font-size: 10pt }