@charset "UTF-8";
.testo_home {
	font-family: "Times New Roman Italic";
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.testo_generico {
	font-family: "Times New Roman";
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.titoli_sezioni {
	font-family: "Helvetica Neue Light";
	font-size: 30px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #990000;
	text-align: left;
	vertical-align: top;
}

.testo_evidenza {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #990000;
	text-align: left;
	vertical-align: top;
	font-variant: small-caps;
}

.testo_contatti {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #990000;
	text-align: center;
	vertical-align: top;
}




a:link{
	color: #013772;
	text-decoration: none;
	}

a:visited{
	color: #013772;
	text-decoration: none;
	}

a:hover{
	color: #013772;
	text-decoration: none;
	}

