.fontBianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.fontGrigio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}
.fontBlu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002057;
}
.fontBluBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002057;
}
.noRepeat {
	background-repeat: no-repeat;
	background-position: left bottom;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
