body {
	background-color: #CCCCCC;
	background-image: url(img/sfondo_int.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contenutohome {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.bianco18 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a.contenutohome:hover {
	color: #FF0000;
	text-decoration: none;
}

.giallo18 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	color: #FFCC00;
	text-decoration: none;
}
a.giallo18:hover {
	color: #FF9900;
	text-decoration: none;
}



.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #000000;
}
a.topmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nero14 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.rosso14 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.bianco16 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.bianco14 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.input_error{
	color: #000000;
	text-decoration: none;
	background-color:#e56b6b;
	border: 1px solid #ff0000;
}
.input_focus{
	color: #000000;
	text-decoration: none;
	background-color:#ffc;
}

