.testo {  

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 

font-size: 8pt

}

.testo_titoli_tabella { 

font-family:Verdana, Geneva, Arial, Helvetica, sans-serif ; 

font-size: 12pt; 

font-weight: bold; 

color: #990033 

}



.particolare {  

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 

font-size: 9pt; 

color: #990033

}



.testo_titoli {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 14pt;

	font-weight: bold;

	color: #990033

}



td {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 9pt;

	color : Black;

}

A:link {

	text-decoration: none;

	color: #990033;

}

 A:visited {

	text-decoration: none;

	color: #990033;

}

A:hover {

	text-decoration: underline;

	color: Black;

}



HR {

	color:#990033

}



P {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 9pt;

	color : Black;

}


.testo_titoli_tabella2 { 

font-family:Verdana, Geneva, Arial, Helvetica, sans-serif ; 

font-size: 11pt; 

font-weight: bold; 

color: #990033 

}

/*html, body {
	height: 100%;
	overflow: auto;
}
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}*/
#box {
	display:none;
	position: fixed;
	left: 0%;
	top: 0px;
	margin: 0 0 0 0;
	width:100%; 
	height:100%;
	z-index:998;
	background-color:#000;	
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.;
	opacity: 0.9;*/
}
#banner{
	position:absolute;
	top:50px; 
	left:50%;
	margin-left:-490px;
	z-index:999;
	border:1px solid #fff;
}

#close{
	position:absolute;
	top:10px; 
	right:10px;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}
* html #box { 
	position: absolute;
}

