/* CSS Document */
body{
	background-image:  url(../images/bg_2.gif);
	background-repeat: repeat-x;
	background-position: center;	
}
.bordo_rosso{
	
	border:1px solid #d8000a;

	background-color: #FFFFFF;
}
.testo_rosso{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d8000a;
	text-decoration: underline;
}
.testo_10{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #000000;
}
.testo_11{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	color: #000000;
}
.testo_11_b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

}
.testo_10_b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
}
.testo_12_b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
.bordo_bianco{
	border: 1px solid #999999;
}
#scroll
{

	 z-index:1; 
 	overflow-y: auto; 
	overflow-x: hidden; 
 	padding-right:10px;
	 scrollbar-3dlight-color:#ffffff;
	 scrollbar-arrow-color:#ffffff;
	 scrollbar-highlight-color:#ffffff;
	 scrollbar-face-color:#F10505;
	 scrollbar-shadow-color:#ffffff;
	 scrollbar-darkshadow-color:#ffffff;
	 scrollbar-track-color:#ffffff;
	 }
.bordo_rosso_inf{
	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #d8000a;

}
.bordo_rosso_sup{
	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #d8000a;

}
.bordino{
	border: 1px solid #d8000a;
}
.tabella_big{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.bg{
	background-image:  url(../images/bg.gif);
	background-repeat: no-repeat;
		border: 1px solid #999999;
}
.bg_2{
	background-image:  url(../images/sfondo_2.gif);
	background-repeat: repeat-x;	
}
.bg_3{
	background-image:  url(../images/sf.gif);
	background-repeat: no-repeat;	
	
}
.bg_4{	background-image:  url(../images/bg_2.gif);
	background-repeat: repeat-x;
	background-position: center;	}
.opaca{
	
	border: 1px solid #CCCCCC;
		
	
	filter:alpha(opacity=60); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	background-color: #ffffff;
 }
 .opaca1{
	
	border: 1px solid #CCCCCC;
		
	
	filter:alpha(opacity=75); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	background-color: #ffffff;
 }
.testoform {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	vertical-align: middle;
}
.pulsanteform {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #666666; 
	TEXT-DECORATION: none;cursor: hand;
}