@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../bg_home.gif);
	background-repeat: repeat-x;
}
.testo {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #000000;
}
.titolo {
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size: 1.8em;
	color: #FF6600;
}
.campi {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003300;
}
.input {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #CC0000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.rosso {
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.mini {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.cornice {
	background-color: #F9FCFF;
	border: 1px solid #B4D9E3;
}
.bottoneask {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(bottone.gif);
	background-repeat: repeat;
	border: 1px solid #006600;
}
ul {float:left;}
.vocimenu {
	padding-right:4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #FFFFFF;
}
.vocimenu a:link {
	color: #333333;
	text-decoration: none;
}
.vocimenu a:visited {
	text-decoration: none;
	color: #333333;
}
.vocimenu a:hover {
	text-decoration: underline;
	color: #FF0000;
}
