body 
	{
	margin: 5px 10px 0px 10px;
 	padding: 0;
	background-color: none;
	color: black;
	font: small Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	}

.nom	/* stile del TITOLO della pagina */
	{
	font-size: 12pt; 
	font-weight: bold;
	text-align: left; 
	margin-left: 15pt;
	}

.but
	{
	float: right;
	}

.dat	/* stile della DATA */
	{
	color: #990000;
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px; 
	}

hr
	{
	color: #cccccc;
	margin-right: 10px;
	}

	
.imm
	{
	float: left;
	border: 0px none;
	margin-top: 2px; margin-right: 10px
	}

.rec
	{
	color: #000080;
	}

ul
	{
	list-style-type: none;
	font-size: 12pt;
	margin-top: 0pt;
	}
	
li
	{
	font-size: 10pt;
	font-style: italic;
	color: #000080;
	margin-top: 3pt;
	margin-left: 12pt;
	}

.nor
	{
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}

.evi
	{
	color: red;
	font-weight: bold;
	}

.art	/* stile del TESTO dell'articolo */
	{
	color: #000080;
	font-weight: bold;
	text-align: justify; 
	}

.rub	/* stile della RUBRICA da cui è tratto l'articolo */
	{
	background-color: #666666;
	color: #ffff00;
	font-style: normal;
	font-weight: bold;
	padding: 0 5px 0 5px;
	}

.tit	/* stile del TITOLO dell'articolo */
	{
	color: #800000;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -12px;
	}
		
.rif	/* stile dei RIFERIMENTI dell'articolo */
	{
	color: #000080;
	font-weight: normal;
	}

.col	/* stile del LINK relativo all'articolo */
	{
	float: right;
	font-size: 8pt; 
	font-weight: normal;
	text-align: right;
	margin-top: -10px; 
	}

.top	
	{
	font-size: 10pt;
	font-weight: normal; 
	text-align: center;
	margin-top: 350pt; 
	}

.blo
	{
	padding-bottom: 10px;
	margin: 0 10pt 10pt 10pt;
	border-bottom: 1px solid #808080;
	}

.sep
	{
	border-bottom: 2px dotted #c0c0c0;
	}
	
.ind
	{
	float: left;
	border: 0px none;
	margin-top: -9px; margin-right: 10px
	}

.des
	{
	float: right;
	border: 0px none;
	padding-top: 18px;
	padding-left: 20px;
	}
			
a:link  
	{
	text-decoration: none; color: blu;
	}

a:hover 
	{
	text-decoration: none; color: red; font-weight: bold;
	}
a:visited 
	{
	text-decoration: none; color: black;
	}
	
