/*---------- BLACK FONTS ----------*/
.bigfontblackbold
 {
 font-family: Arial, Helvetica;
 font-size: 16px;
 font-weight: Bold;
 color: #000000;
 }
.normalfontblack
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 color: #000000;
 }
.normalfontblackbold 
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #000000;
 }
.smallfontblack
 {
 font-family: Arial, Helvetica;
 font-size: 9px;
 color: #000000;
 }
/*---------- WHITE FONTS ----------*/
.bigfontwhitebold
 {
 font-family: Arial, Helvetica;
 font-size: 14px;
 font-weight: Bold;
 color: #FFFFFF;
 }
.bigfontwhite
 {
 font-family: Arial, Helvetica;
 font-size: 14px;
 color: #FFFFFF;
 }
.biggerfontwhiteboldunder
 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: Bold;
	color: #FFFFFF;
	text-decoration : underline;
}
.biggerfontwhitebold
 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: Bold;
	color: #FFFFFF;
}
.normalfontwhite
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 color: #FFFFFF;
 }
.normalfontwhitebold 
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #FFFFFF;
 }
.smallfontwhite
 {
 font-family: Arial, Helvetica;
 font-size: 9px;
 color: #FFFFFF;
 }
/*---------- GREY FONTS ----------*/
.normalfontgrey
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 color: #A5A5A5;
 }
.normalfontgreybold
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #A5A5A5;
 } 
/*---------- MENUE LINK ----------*/
a.menue
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #FFFFFF;
 text-decoration: none;
 }
a.menue:hover
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #FFFFFF;
 text-decoration: none;
 }
/*---------- NORMALE LINK ----------*/
a.normalblue  
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #4471AF;
 text-decoration: underline;
 }
a.normalblue:hover  
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 font-weight: Bold;
 color: #4471AF;
 text-decoration: none;
 }
/*---------- WHITE LINK ----------*/
a.normalwhite  
 {
 font-family: Arial, Helvetica;
 font-size: 14px;
 color: #FFFFFF;
 text-decoration: underline;
 }
a.normalwhite:hover  
 {
 font-family: Arial, Helvetica;
 font-size: 14px;
 color: #FFFFFF;
 text-decoration: none;
 }
 a.smallerwhite  
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 color: #FFFFFF;
 text-decoration: underline;
 }
a.smallerwhite:hover  
 {
 font-family: Arial, Helvetica;
 font-size: 11px;
 color: #FFFFFF;
 text-decoration: none;
 }
/*---------- SMALL WHITE LINK ----------*/
 a.smallwhite  
 {
 font-family: Arial, Helvetica;
 font-size: 9px;
 font-weight: Bold;
 color: #FFFFFF;
 text-decoration: underline;
 }
a.smallwhite:hover  
 {
 font-family: Arial, Helvetica;
 font-size: 9px;
 font-weight: Bold;
 color: #FFFFFF;
 text-decoration: none;
 }