body {
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-image: url(images/sfondo_home.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #CCC;
}
table{font-size: 12px;}
img{border: 0px;}
.right{float: right;}
.left{float: left;}
.center{text-align: center;}
input, textarea, select{background-color: #666666;border: 1px solid silver;color: White;}
.input_noborder{background-color: transparent;color: Black;	border: 0px;}
form{margin: 0px;}
a {text-decoration: none;color:#FFFFFF;}
a:hover {text-decoration: underline;color:#CCCCCC;}
.white11 {font-size: 11px; color: #FFFFFF;}
.white12 {font-size: 12px; color: #FFFFFF; text-align: justify;}
.white13 {font-size: 13px; color: #FFFFFF;text-align: justify;}
.grigio10 {font-size: 10px; color: #CCCCCC;}
.grigio11 {font-size: 11px; color: #CCCCCC;}
.verde11 {font-size: 11px; color: #12BB57;text-align: justify;}
.verde12 {font-size: 12px; color: #12BB57;text-align: justify;}
.verde13 {font-size: 13px; color: #12BB57;text-align: justify;}
.verde13_no_j {font-size: 13px; color: #12BB57;}
.modulo_ricerca{color: #12BB57; font-size: 11px;}

/* ==== MENU HOME ============= */
ul.menu_home
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 10px;
color: #12BB57;
text-align: left;
}
ul.menu_home li{
	height: 25px;
	width: 226px;
	
}
li a{
	height: 25px;
	width: 226px;
	line-height: 26px;
	display: block;
	text-decoration: none;
	background: url(images/sfondo_menu.gif) 0px 0px no-repeat;
	padding-left: 30px;
}
li a:hover{
	text-decoration: none;
	background: url(images/sfondo_menu_hover.gif) 0px 0px no-repeat;
}
li.attivo a{
	background: url(images/sfondo_menu_hover.gif) 0px 0px no-repeat;
	}
a.ultimo_li{height: 27px;line-height: 27px;}

/* ==== MENU HOME ============= */

/* ===== TB Newsletter in Home ======= */
.tb_newsletter{
	margin-top: -3px;
	z-index: 2;
	position: relative;
}
/* ===== TB Newsletter in Home ======= */