BODY {
	background-color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
	margin: 0px 0px 0px 0px;
	}
	
A:ACTIVE, A:LINK, A:VISITED {
	background-color : transparent;
	color : #0063FF;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A:HOVER {
	background-color : transparent;
	color : #0063FF;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

TD.index {
	font-size: 16pt;
	font-weight: bold; 
	text-align: center; 
	text-transform: uppercase;
}

TD.testo {
	font-size: 14pt;
	text-align: justify;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
}

TH { text-align: center;  color: Black;  
     font-weight: bold;  font-size: 120%; 
     text-transform: uppercase; }
	
HR { border: thin solid Black; } 

IMG, TABLE { border: 0;  }

.campi {padding: 2px 2px 2px 2px; border: 1px solid Red; }

/* DHTML Tooltip */
#dhtmltooltip {
	position: absolute;
	font-size: 10pt;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: yellow;
	visibility: hidden;
	z-index: 100;
/* Ombra, questa deve sempre essere l'ultima riga del CSS */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
