/* CSS Document */

.headerTabOn{
            font-family: arial;
            font-size: 10px;
			font-weight: bold;
            background-image: url(./images/RedTab.jpg);
            text-align: center;
            color: #FBBF29;
}

.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:#FFFF00;			
			text-decoration:none;    
}
 
.headerTabOff{
            font-family: arial;
            font-size: 10px;
			font-weight: bold;
            background-image: url(./images/YellowTab.jpg);
            text-align: center;
            color: #932F1F;
            text-decoration: none;  

}

