BODY {
	background-image: url(img/sfondo.gif);
	background-repeat: repeat;
	background-color: C7B299;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color:#D7BC94;
	scrollbar-highlight-color:#D7BC94;
	scrollbar-3dlight-color:#EED5B1;
	scrollbar-darkshadow-color:#D7BC94;
	scrollbar-shadow-color:#EED5B1;
	scrollbar-arrow-color:#EED5B1;
	scrollbar-track-color:#D7BC94;
}

a {
	text-decoration: underline;
	color: #000000;	
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}

.menu {
	background: url(img/sfondo_menu.gif); 
	background-color: #D7BC94; 
	background-position: left top; 
	background-repeat: no-repeat;
	padding-top: 47px;
	padding-right: 10px;
}

.ttesto {
	padding-top: 6px;
}

.titolotesto {
	background: url(img/sfondo_titolotesto.gif); 
	background-position: left top; 
	background-repeat: no-repeat;
}

.testo {
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	padding: 2px;
	color: #000000;
}

input {
	border: 1px solid #9B7845;
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	width: 150px;
}

.input2 {
	border: 1px solid #9B7845;
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	width: 70px;
}

.radio {
	border: 1px solid #9B7845;
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
}

textarea {
	border: 1px solid #9B7845;
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	width: 210px;
}

.testomenu {
	font-family: Verdana;
	font-size: 14px;
	text-align: justify;
	padding: 2px;
	color: #000000;
}