.bgIndex {
	background-image: url(immagini/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.testIndirizzo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0066CC;
}
.bgInterno {

	background-image: url(immagini/bg_int.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgCentro {
	background-image: url(immagini/centro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E2144;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
.titolo {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: normal;
	color: #00005A;
	font-weight: bold;
}
.titoloSfBlu {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00005A;
}
.titoloSfAzz {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0279FD;
}
.bordino {
	border: 1px solid #929292;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
}
