body { 
     background-image: url(../immagini/bg_pag.gif);
	 font-family: Arial;
	 font-size: 12px
}
/*---------------------------------------*/
div {
	font-family: Arial;
	font: 12px;
	color: #572606;
}
/*---------------------------------------*/
td {
	font-family: Arial;
	font: 12px;
	color: #572606;
}
/*---------------------------------------*/
p {
	font-family: Arial;
	font: 12px;
	color: #572606;
}
/*---------------------------------------*/
a {
	color: #572606; 
	text-decoration: none;
}
a:hover {
	color: #D44D13; 
	text-decoration: none;
}
/*---------------------------------------*/
a.info {
	color: #572606;
	font-weight: bold;
}
a.info:hover {
	color: #D44D13;
	text-decoration: underline;
}
/*---------------------------------------*/
a.bot {
	color: #572606;
	text-decoration: none;
}
a.bot:hover {
	color: #D44D13;
	text-decoration: underline;
}
/*---------------------------------------*/
input {
	background-color: #FFFFFF;
	font-family: Arial;
	color: #000000;
	font-size: 12px;}
/*---------------------------------------*/
textarea {
	background-color: #FFF7EB;
	border:1px solid #98A0A0;
	font-family: Arial;
	color: #000000;
	font-size: 11px;
}
