body {
	background: #006;
	clip: rect(0px,auto,auto,0px);
}
h1 {
	font: bold 12px Verdana, Geneva, sans-serif;
}
h2 {
	font: bold 11px Verdana, Geneva, sans-serif;
}


.principale {
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.SfondoBianco {
	background: url(Grafica/SfondoBianco.png) no-repeat center top;
}
.contenitore {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 370px;
}

.Centrale {
	background: #FFF url(Grafica/ImgSfondo.jpg) no-repeat center top;
	width: 950px;
	height: 768px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
}

.barraNav {
	background: url(Grafica/barragrigio.png) no-repeat center center;
}
.newsCentro {
	background: url(Grafica/centroNews.png) repeat-y;
}
.nomeTop {
	background: url(Grafica/nome.png) no-repeat left top;
}
.bandiera {
	background: url(Grafica/bandiera.png) no-repeat center center;
}
.headerImg {
	background: url(Grafica/PanoramicaTop.png) no-repeat center center;
}
.bianco {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #FFF;
}
.barra {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #006;
}
.barraNav a:link {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #006;
	text-decoration: none;
}
.barraNav a:hover {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #006;
	text-decoration: none;
	background: #F90;
}
.barraNav a:visited {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #006;
	text-decoration: none;
}
.normale {
	font: 11px Verdana, Geneva, sans-serif;
	color: #000;
}


.news {
	font: bold 10px Verdana, Geneva, sans-serif;
	color: #000;
}
.news a:link {
	font: bold 10px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
.news a:hover {
	font: bold 10px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	background: #F90;
}
.news a:visited {
	font: bold 10px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
.ImgBordoDx {
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	border-left: 4px solid #FFF;
	border-top-style: solid;
	border-top-color: #FFF;
}
.ImgBordoSx {
	border-right: 4px solid #FFF;
	border-bottom: solid #FFF;
	border-left: 4px solid #FFF;
	border-top-style: solid;
	border-top-color: #FFF;
}
.Nobordo {
	border-top: 0px none #FFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}