<!--
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../sfondi/back.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}


/* link normale */
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #333333;
}
/* fine link*/

/* link bianco */
a.link_bianco:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.link_bianco:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.link_bianco:hover {
	text-decoration: none;
	color: #8094F3;
}
a.link_bianco:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* fine link*/

/* tabelle*/
table.contorno2 { 
	border:1px solid #666666;
}

table.contorno_arancio { 
	border:1px solid #DB5D00;
}

table.contorno_verde { 
	border:1px solid #62AF3F;
}

table.contorno_tratteggiato{ 
	border:1px dashed #990000;
}

.testo_bianco {
	
	font-size: 10pt;
	color: #FFFFFF;
	text-align:justify;
}
-->