@charset "UTF-8";
/* CSS Document */



a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	
}
p {
	line-height: 19px;
}

.boldblanc {
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing:1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
 	font-size:12px;
}
.boldorange {
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing:1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
 	font-size: 12px;
}

.lightblanc {
	font-weight: lighter;
 	color: #999999;
 	font-size: 12px;
	letter-spacing: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


