/* CSS Document */


.testo {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color:#000000;
	}
.testogray {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color:#666666;
	}
.titolo {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
}


body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #666666; text-decoration:none}
a:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #666666; text-decoration:none}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #666666; text-decoration:underline}

a.linkgray2:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; font-style: normal; color: #666666; text-decoration:none}
a.linkgray2:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; font-style: normal; color: #666666; text-decoration:none}
a.linkgray2:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; font-style: normal; color: #666666; text-decoration:underline}

a.linkgray:link { font-family: Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; font-style: normal; color: #666666; text-decoration:none}
a.linkgray:visited {font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; font-style: normal; color: #666666; text-decoration:none}
a.linkgray:hover { font-family: Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; font-style: normal; color: #666666; text-decoration:underline}
.linea_tratt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
