body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
.testo_menu{
	font-size:11px;
	color:#FFF;
	text-align:center;
}
.testo_menu a{
	text-decoration:none;
	color:#FFF;
	margin-left:10px;
	margin-right:10px;
}
.testo_menu a:hover{
	text-decoration:none;
	color:#6DBF8A;
}
.titolo_verde{
	font-family:"Times New Roman", Times, serif;
	color:#C00;
	font-size:18px;
	font-weight:bold;
}
.titolo_verde a{
	color:#008740;
}
.titolo_verde a:hover{
	color:#333;
}
.titolo_blu{
	font-family:"Times New Roman", Times, serif;
	color:#C00;
	font-size:22px;
	font-weight:bold;
}
#contenuto{
	margin-top:36px;
	margin-left:48px;
	margin-right:48px;
}
#menu{
	margin-top:36px;
}
.testo{
	line-height:18px;
	color:#333333;
}
.testo a{
	color:#008740;
}
.testo a:hover{
	color:#333333;
}
.testo ul{
	list-style-image:url(img_struttura/freccia.jpg);
}
.testo_indirizzo{
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:14px;
	line-height:18px;
	text-align:center;
}
.testo_indirizzo a{
	color:#fff;
}
.testo_indirizzo a:hover{
	color:#E0E0E0;
}
.riquadro_grigio{
	background-color:#ECECEC;
	width:290px;
	padding:5px;
}