body{
	background-color: #FFF7E0;
	font-family: Verdana;
	font-size: 12px;
	color: #2869A2;
}
p{
	color: #2869A2;
	padding: 0px;
	margin: 0px;
}
h1{
	color: #2869A2;
	font-size: 20px;
	font-family: Arial;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}
.nota{
	font-size: 9px;
}
img{
	border: none;
}
.menu{
	background-image: url("../immagini/menu.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	padding-left: 20px;
	color: white;
	font-size: 11px;
	font-weight: bold;
}
.dovesiamo{
	padding-left: 10px;
	background-color: #E5DEC9;
	color:  #666666;
	font-size: 10px;
	margin: 0px;	
}
.dovesiamo a{
	color: #666666;
	text-decoration: none;
}
.dovesiamo a:hover{
	color: #9E0039;
	text-decoration: underline;
}
.indice{
	background-color: #448CCB;
	background-image: url("../immagini/indice.jpg");
	background-repeat: repeat-x;
	background-position: top;
	width: 145px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border-left-color: #015082;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #015082;
	border-right-style: solid;
	border-right-width: 1px;
	vertical-align: top;
}
.indicenews{
	background-color: #448CCB;
	background-image: url("../immagini/indice.jpg");
	background-repeat: repeat-x;
	background-position: top;
	width: 145px;
	color: #FFFFFF;
	font-size: 10px;
	border-left-color: #015082;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #015082;
	border-right-style: solid;
	border-right-width: 1px;
	vertical-align: top;
}
.titoloIndice{
	background-color: #448CCB;
	background-image: url("../immagini/indice.jpg");
	background-repeat: repeat-x;
	background-position: top;
	width: 145px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.voceindice{
	margin-left: 10px;
	margin-bottom: 5px;
}
.scuro{
	background-color: #E5DEC9;
	color:  #666666;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
.contenuti{
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}
a{
	color: #9E0039;
	text-decoration: none;
}
a:hover{
	color: #9E0039;
	text-decoration: underline;
}
.indice a{
	color: #ABCBE0;
	text-decoration: none;
}
.indice a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.sottotitoloIndice{
	color:#FFFFFF;
	margin-top: 5px;
	margin-left: 15px;
}
.menu a{
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
ul,li{
	color: #2869A2;	
}
form{
	margin-top: 10px;
}
.dettaglio{
	border: 1px solid #99CCFF;
	display:none;
}
#scr1 div {
  visibility:hidden;
 }
#scr1, #scr1 div.default {
   height:120px;
   overflow:hidden;
   visibility:visible;
 }
#scr1 table tr td div {
  visibility:visible;
}
#scr1 table tr td {
   padding:5px;
   color:#ffffff;
   text-align:center;
   vertical-align:top;
}
/* ------------------------------------------------- */
.boxNews{
	width: 100%;
}
.boxNews .header{
	width: 100%;
	height: 30px;
	background-color:#3376b2;
	color: white;
	font-weight: bold;
	font-size: 18px;
	border-bottom: silver solid 2px;
}
.boxNews .corpo{
	width: 100%-10px;
	background-color:white;
	color: black;
	font-size: 10px;
	padding:5px;
	border-bottom: silver solid 2px;
}
.boxNews .titolo{
	font-size: 14px;
	font-weight: bold;
}
.boxNews .red{
	color: #990000;
	font-weight: bold;
}