/* CSS Document */
.titolo {
	color: #7e0038;
	font-size: 12px;
	line-height: 150%;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.titolo2 {
	color: #c88800;
	font-size: 12px;
	line-height: 150%;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.testo {
	color: #333333;
	font-size: 11px;
	line-height: 150%;
	font-family: Arial;
	text-align: justify;
}
.testoB {
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	font-family: Arial;
}
.testopiccolo {
	color: #333333;
	font-size: 10px;
	line-height: 130%;
	font-family: Arial;
}
.testo2 {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 150%;
	font-family: Arial;
	padding-right: 10px;
}

input   {
	color: #899098;
	font-size: 10px;
	font-family: Arial;
	background-color: #fff;
	padding: 1pt;
	height: auto;
	margin: 2px;
	border: 1pt solid #CCCCCC;
	width: auto;
}
a    {
	text-decoration: underline;
	padding: 0px;
}
a:hover  {
	text-decoration: none;
}
