TD { font-family: Arial; 
     font-size: 10pt; 
     color: #014B64 
   }

H1 { font-family: Arial;
     font-size: 16pt; 
     font-weight: bold
   }

H2 { font-family: Arial;
     font-size: 14pt; 
     font-weight: bold
   }
	
H3 { font-family: Arial;
     font-size: 14pt; 
     font-weight: bold
   }
   
A:link { text-decoration: none; 
         font-weight:bold;
         color: #0080C0
       }

A:visited { text-decoration: none; 
            font-weight:bold;
            color: #808080
          }
		  
A:active { text-decoration: none; 
            font-weight:bold;
            color: #808080
         }
		 
A:hover	{ text-decoration: none; 
            font-weight:bold;
            color: #808080
        }