BODY 	{
	scrollbar-face-color: #AFB3BF;
	scrollbar-shadow-color: #D3D7E2;
	scrollbar-highlight-color: #234A8F;
	scrollbar-3dlight-color: #D3D7E2;
	scrollbar-darkshadow-color: #D3D7E2;
	scrollbar-track-color: #D3D7E2;
	scrollbar-arrow-color: #234A8F;
	font-family: Verdana, Helvetica, Arial
}



td {
	font-size: 9pt;
	line-height: 135%;
	color: #000000;
}


/* ------------TITOLO -----------*/


.titolo {
	
	font-size: 12pt;
	font-weight: 600;
	line-height: 120%;
	margin-bottom:10px;
	color: #967452;
}

/*-----------------------------------------------------*/

.sottotitolo {
	
	font-size: 10pt;
	font-weight: 600;
	line-height: 130%;
	color: #5F6064;
}

/*-----------------------------------------------------*/



A {
	text-decoration: none;
	font-size: 9pt;
	font-weight: 600;
	color: #000000;
}

A:HOVER {
	text-decoration: none;
	font-weight: 600;
	font-size: 9pt;
	color: #000000;
}

