/* CSS Document */

.headerTabOn{
            font-family: arial;
            font-size: 10px;
			font-weight: bold;
            background-image: url(./images/TabOn.jpg);
            text-align: center;
            color: white;
}

.headerTab a:active {
            color: white;
            text-decoration:none;
}
 

.headerTab a:visited{
            color: white;  
			text-decoration:none;          
} 

.headerTab a:link {
            color: white;
            text-decoration:none;
}

.headerTab a:hover {
            color:#EE3F60;			
			text-decoration:none;    
}
 
.headerTabOff{
            font-family: arial;
            font-size: 10px;
			font-weight: bold;
            background-image: url(./images/TabOff.jpg);
            text-align: center;
            color: white;
            text-decoration: none;  

}

.headerTabOff a:hover {
            color:#EE3F60;			
			text-decoration:none;    
}

.style13 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #71983D;
}
.style18 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: italic; font-weight: bold; color: #1C3E95; }
.style21 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style23 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
