body { 
	 background-color: #FFFFFF;
	 background-image: url(immagini/bg_pag.gif);
	 font-family: Verdana;
	 font-size: 10px
}
/*---------------------------------------*/
div {
	font-family: Verdana;
	font: 10px;
	color: #000000;
}
/*---------------------------------------*/
td {
	font-family: Verdana;
	font: 10px;
	color: #000000;
}
/*---------------------------------------*/
p {
	font-family: Verdana;
	font: 10px;
	color: #000000;
}
/*---------------------------------------*/
a {
	color: #FF0000; 
	text-decoration: none;
}
a:hover {
	color: #FF0000; 
	text-decoration: underline;
}
/*---------------------------------------*/
a.lang {
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}
a.lang:hover {
	color: #1F9825; 
	font-weight: bold;
	text-decoration: none;
}
/*---------------------------------------*/
a.info {
	color: #000000;
	font-weight: bold;
}
a.info:hover {
	color: #000000;
	text-decoration: underline;
}
/*---------------------------------------*/
a.bot {
	color: #335585;
	text-decoration: none;
}
a.bot:hover {
	color: #335585;
	text-decoration: underline;
}
/*---------------------------------------*/
input {
	background-color: #D9DFE8;
	border: none;
	font-family: Verdana;
	color: #000000;
	font-size: 11px;}
/*---------------------------------------*/
textarea {
	background-color: #D9DFE8;
	border: none;
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
}