body,td,th {
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
a {
	font-size: 13px;
	color: #005DAB;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5D9732;
}
a:hover {
	text-decoration: none;
	color: #5D9732;
}
a:active {
	text-decoration: none;
	color: #5D9732;
}
.legal {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #005dab;
	margin: 0;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin: 0;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	font-size: 0.8em;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	font-size:0.8em;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

label{
	float: left;
	width: 120px;
}

#vol input, textarea{
	width: 180px;
	margin-bottom: 5px;
}