body, p, button, .button, select, option, input {
	font-family: 'Roboto Condensed', sans-serif;
}
h2.big {
	color: #414141;
	margin-top: 20px;
	margin-bottom:30px;
}
h2, .h2 {
	color: #414141;
	font-size: 20px !important;
}
h2 span.red {
	color:#b21f16;
}
h3, .h3 {
	font-size:18px !important;
}
h4, .h4 {
	font-size:16px !important;
}
p, .std {
	text-align:justify;
}
a {
	color: #008cba;
	text-decoration: none;
	line-height: inherit;
}
a:hover {
	color:#ac1d13;
}
label.required em, .buttons-set .required {
    font-size: 16px;
    font-family: sans-serif;
    padding-right: 5px;
    color: #ac1d13;
}