@charset "UTF-8";
/* CSS Document */
.spacer {
	width: 12px;
	height: 40px;
	float: right;
	margin: 20px 0px 0px;
}
.navbloc {
	width: auto;
	height: 37px;
	margin: 23px 0px 0px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.navbloc p {
	margin: 7px 8px 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	line-height: 12px;
}
.navbloc a {
	text-decoration: none;
	color: #FFFFFF;
}
.navbloc a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navbloc a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
.navbloc a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
