/* CSS Document */

*
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
}

#pageheader
{
	color: rgb(16, 35, 140);
	font-size: 16px;
	font-weight: bold;
	font-style: italic
}

.headerTab a
{
	font-family: arial;
	font-size: 10px;
}

.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:#000080;			
			text-decoration:none;    
}

.headerTabOn{
            font-family: arial;
            font-size: 10px;
			font-weight: bold;
            background-image: url(https://www.pinkelephant.com/Ressource/RES09/OnTab.jpg);
            text-align: center;
            color: white;
}
 
.headerTabOff{
            font-family: arial;
            font-size: 10px;
			font-weight: bold;
            background-image: url(https://www.pinkelephant.com/Ressource/RES09/OffTab.jpg);
            text-align: center;
            color: white;
            text-decoration: none;  

}

.headerTabPerLamOn{
            font-family: arial;
            font-size: 10px;
			font-weight: bold;
            background-image: url(https://www.pinkelephant.com/Ressource/PER09/LAM/OnTab.jpg);
            text-align: center;
            color: white;
}
 
.headerTabPerLamOff{
            font-family: arial;
            font-size: 10px;
			font-weight: bold;
            background-image: url(https://www.pinkelephant.com/Ressource/PER09/LAM/OffTab.jpg);
            text-align: center;
            color: white;
            text-decoration: none;  
}

a, a:visited
{
	color: rgb(76, 76, 76);
	text-decoration: underline;
}
