	body {
		background-color: #000000;
		margin: 0px auto;
		padding: 0px;	
		font-family: Verdana;
		font-size: 9pt;
		text-align: center;
		}

	#header {
		background-color: #000000;
		width: 996px;
		margin: 0px auto;
		}

	#container {
		background-image: url(../immagini/sfondo.jpg);
		background-repeat: repeat-y;
		background-position: center;
		background-color: #000000;
		width: 976px;
		margin: 0px auto;
		}
	
	#footer {
		clear: both;
		width: 976px;
		height: 50px;
		color: #000000;
		font-family: Verdana;
		font-size: 8pt; 
		text-decoration: none;
		text-align: center;
		margin-left: auto; 
		margin-right: auto;
		}

	.titolo {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            	font-size:12pt;
				font-weight:bold; 
				color: #000000;
		}

	.sottotitolo {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            	font-size:11pt;
				font-weight: normal;
				color: #000000;
		}

	.corpo {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            	font-size: 10pt;
		text-align: justify;
		line-height: 16pt;
		}

	#inciso {       
		width: 680px;
		background-image: url(../immagini/bg_inciso.jpg);
		background-repeat: repeat-y;
		background-position: center;
		background-color: #ffffff;
		font-family: Verdana;
		font-size: 10pt;
		text-align: center;
		font-weight: bold;
		letter-spacing: 3px;
		color: #0045BE;
		padding: 10px;
		border: 2px solid #000000;
		}
	#inciso a {
		color: #0045BE;
		}

	.commento {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            	font-size: 9pt;
		font-weight: normal;
		color: #000000
		}

	.nota {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            	font-size: 8pt;
		font-weight: normal;
		color: #000000
		}

	.didascalia {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            	font-size: 7pt;
		font-weight: normal;
		color: #000000
		}

	.firma {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            	font-size: 10pt;
		font-style: italic;
		text-align: right;
		line-height: 16pt;
		}

	li {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            	font-size: 10pt;
		text-align: justify;
		line-height: 16pt;
		}

/**Posizione foto nella pagina**/
	.right {
		margin: 15px 0px 15px 15px;
		float: right;
}

	.left {
		margin: 15px 15px 15px 0px;
		float: left;
}

	h1 {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            font-size: 14pt;
		font-weight: bold;
		}


	h2 {             	
		font-family: Verdana,Tahoma,Arial,sans-serif;
            font-size: 13pt;
		font-weight: bold;
		}

/* FORMATO DEI LINKS */
	a.xxx:link {
		text-decoration: none; color: #120B00;
		font-family: Verdana, Tahoma, Arial;
		font-size: 12px;
		text-align: center;
		}

	a.xxx:visited {
		text-decoration: none; color: #120B00;
		font-family: Verdana, Tahoma, Arial;
		font-size: 12px;
		}

	a.xxx:hover {
		text-decoration: underline; color: #CC0000;
		font-family: Verdana, Tahoma, Arial;
		font-size: 12px;
		}

	a.xxy:link {
		text-decoration: none; color: #0000CC;
		}

	a.xxy:visited {
		text-decoration: none; color:#0000CC;
		}

	a.xxy:hover {
		text-decoration: underline;	color: #CC0000;
		}

	a.xyy:link {
		font-size: 9px;
		text-decoration: none; 
		color: #0000CC;
		font-weight: bold;
		}

	a.xyy:visited {
		font-size: 9px;
		text-decoration: none; 
		color:#0000CC;
		font-weight: bold;
		}

	a.xyy:hover {
		font-size: 9px;
		text-decoration: underline;
		color: #CC0000;
		font-weight: bold;
		}
	a.ftr:link {
		text-decoration: none;
		color: #ffffff;
		}

	a.ftr:visited {
		text-decoration: none;
		color:#ffffff;
		}

	a.ftr:hover {
		text-decoration: underline;	color: #ffffff;
		}