html,body{
	margin:0;
	padding:0;
    border:0;
}

body{
background-color: #f6f6f6;
}

SELECT
{
	background-color: transparent;
	color: #444444;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	width: 238px;
	
}

INPUT
{
	color: #444444;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

.bordogrigio{
	border: 1px solid #666666;
	background-color: #ffffff;	
}

.bordoverde{
	border: 1px solid #569635;	
}

.TIT-verde:link, .TIT-verde:visited {
	color: #569635;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.TIT-verde:hover {
	text-decoration: underline;
}

.testo-grigio{
	color: #333333;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;	
}

hr{
	border: 1px dotted #333333;
	height: 1px;
}

