body { 
	color: #630; 
	background-color: #edde8a;
	overflow:auto;
	scrollbar-face-color: #edde8a;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #630;
	scrollbar-darkshadow-color: #630;
	scrollbar-track-color: #f2e8ad;
	scrollbar-arrow-color: #630;
	font-size: 12px;
	font-family: Arial;
	color: #630;
}

p { color: #630; font-size: 12px; font-family: Arial; line-height: 15px; }
td { color: #630; font-size: 12px; font-family: Arial; line-height: 15px; }
a:link { color: #630 ; text-decoration: none; }
a:visited { color: #630 ; text-decoration: none; }
a:hover { color: #f90 ; text-decoration: none; }
a:active { color: #630 ; text-decoration: none; }
.indirizzo { color: #a98845; font-size: 12px; font-family: arial; }
.giust { text-align: justify; }
.titolo {
	color: #630;
	font-size: 14px;
	font-family: arial;
	font-weight:bolder;
	font-style : italic;
}
.bottone{
	border:solid 1px #ffffff; 
	font-family: Verdana, Geneva, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	height: 20px; 
	vertical-align:middle; 
	background-color:#663300; 
	width:75px; 
	color:#ffffff; 
	font-weight:bold;
}

.input_type {
	border:solid 1px #663300; 
	font-family: Verdana; 
	font-size: 9px; 
	height: 20px; 
	width: 100%; 
	vertical-align:middle; 
	background-color:#dcdcdc; 
}