	BODY {
		margin: 0;
		padding: 0;
		background: #fff;
		font-family: arial, helvetica, sans-serif;
	}

	P { 
		font-size: 11px;
		font-family: arial, helvetica, sans-serif;
		color: #666666;
	}

	P.testo {
		font-size: 11px;
		text-align: justify;
	}

	P.destra {
		text-align: right
	}

	P.titolo {
		font-family: arial narrow, arial, helvetica, sans-serif;
		font-size: 20px;
		color: #2462A6;
		margin-top: 6px;
		margin-bottom: 2px;
		font-weight: bold
		
	}	

	P.titoloparagrafo {
		font-family: arial narrow, arial, helvetica, sans-serif;
		font-size: 14px;
		color: #2462A6;
		font-weight: bold
	}

	TD,DIV {
		text-align: left;
		font-size: 11px;
		font-family: arial, helvetica, sans-serif;
		color: #666666
	}

	HTML {
		font-family: arial, helvetica, sans-serif;
	}

	UL,LI {
		font-size: 11px;
		font-family: arial, helvetica, sans-serif;
		color: #666666;
		margin-left:18px; 
		margin-right:0px; 
		margin-top:4px; 
		margin-bottom:0px;
		list-style-image: url(images/bullet.gif);		
	}

	FORM {
		margin-bottom:0;
	}

	INPUT.thin  {
		font-family : arial, helvetica, sans-serif;
		font-size : 10px;
		background-color : #f0f0f0;
		border-color : #666666;
		border-style : inset;
		border-width : 2px;
		color : 333;
	}


	A:link {
		color:#2462A6;
		text-decoration: none
	}
	
	A:visited {
		color: #2462A6;
		text-decoration: none
	}
	
	A:hover {
		color: #2462A6;
		text-decoration: underline
	}
	
	A:active {
		color: #2462A6;
		text-decoration: none
	}

	.ico {
		vertical-align:middle;
	}