/*************** layout ************************/
body{
	margin: 0;
	padding: 0;
	background-color: #FFBB00;
	background-image: url("img_comuni/sfondo.gif");
}
#mainBox{
	/*position: fixed;
	top: 0px;
	left: 0px;
	background-image: url("img_comuni/sfondo2.gif");
	background-repeat: repeat-x;*/
}
hr{
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
}
ul{
	margin: 0 0 0 20px;
	list-style-type: square;
	/*list-style-image: url(img_comuni/ul.gif);	*/
}
li{
	margin-bottom: 10px;
}

/************ formattazione testi ************/
body, td, div, p{
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
}

h3{
	font-size: 13px;
	color: #003C6D;
	margin: 20px 0 5px 0;
}
p{
	margin:0 0 5px 0;
}

.note{
	font-size: 10px;
	color: #666666;
}
/************* links ************************/
a{
	color: #41698B;
	text-decoration: underline;
}
a:links{
	color: #41698B;
	text-decoration: underline;
}

a:visited{
	color: #41698B;
	text-decoration: underline;
}

a:hover{
	color: #41698B;
	text-decoration: none;
}

/************* news ********************/

.dataNews{
	font-weight: bold;
	color: #ff9900;
}
.titoloNews{
	font-weight: bold;
}
.abstractNews{
	/****
	 uguale a testo normale 
	 ma serve per ridurre grandezza font
	 in home page
	****/
}
