body {
 
 margin: 0px;
 background-image: url(img/home/sf_home.gif);
 background-position: top;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 1px;
 background-color: #FFFFFF;
 background-repeat: repeat-x;
}

.bordi
{
	border: 1px solid #96b1d8;

	
}
.bordi2
{
	border-bottom: 1px solid #96b1d8;

	
}
	
BODY
{
 
scrollbar-face-color: #bcbcbc; 
    scrollbar-highlight-color: #f1f1f1; 
    scrollbar-shadow-color: #eeeeee;
    scrollbar-3dlight-color: #cbcbcb; 
    scrollbar-arrow-color: #eeeeee;
    scrollbar-darkshadow-color: #d4d4d4;
    scrollbar-base-color: ffffff;

}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: NORMAL;
	color: #456797;
	text-decoration: none;
	font-style: normal;

	
}
.link:hover {
	
	color: #23344d;
	text-decoration: none;
}

.puntini {
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
}

.puntinior {
	border-bottom: 1px dotted #cccccc;
}
.lineaori{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

	}
	.lineaverti {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96b1d8;

	}
		.lineaverti2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;

	}


.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a80707;
	text-decoration: none;
	line-height: 14px;
}

.titolo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00519e;
	text-decoration: none;
	line-height: normal;

}

.testo {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
.testo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #ff0000;
	text-decoration: none;
	line-height: 30px;

}

.tex_bold
{
	font-size: 11px;
	color: #456797;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	
}
.tex
{
	font-size: 11px;
	color: #456797;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	
}
.tex_padding
{
	font-size: 11px;
	color: #456797;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	margin-left: 10px;

	
}
.tex2
{
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
.tex_menu
{
	font-size:12px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;


}
.tex3
{
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 12px;
	font-weight: normal;


}
.tex_site
{
	font-size: 11px;
	color: #a80707;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 18px;
	
}
.campo
{
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #f1f1f1;
	border: 1px solid #003366;

}
h1 
{
    font-family :Verdana, Arial, Helvetica, sans-serif;  
    font-size: 12px;
    font-weight: bold;
    color: #a80707;
    display:inline; 
} 
h2 
{
    font-size: 11px;
	color: #456797;
	text-decoration: none;
	line-height: 16px;
    display:inline; 
}


/* menu */ 
.underlinemenu{
	float:left;
	
}

.underlinemenu ul{
	font-weight:bold;
	display:table;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding: 9px 0 7px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	text-align: left;
	list-style:none;}

.underlinemenu ul li{
	width:90px;
	float:left;
	position:relative;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	
}

.underlinemenu ul li a{
	color: #fff;
	text-align:left;
	text-decoration: none;
	display:block;
}

.underlinemenu ul li a:hover{
	color: #32030f;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
}


.underlinemenu ul li ul{
	width:200px;
	list-style:none;
	display:none;
	margin-top:5px;
	background-color:#d1e3f7;
	border:1px solid #fff;
	z-index:16777271;
	position:relative;
}

.underlinemenu ul li:hover ul{
	display:block;
	padding:0;
}

.underlinemenu ul li ul li{
    width:200px;
	float:none;
	border-bottom:2px solid #fff;
	background-image:none;
	text-align:left;
	padding:3px 5px 3px 5px;
}

.underlinemenu ul li ul li a{
	width:200px;
	font-weight:normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:left;
	line-height:15px;
}

.underlinemenu ul li ul li a:hover{
	
	color:#fff;}
	

	
.underlinemenu ul li ul li:last-child,
.underlinemenu ul li ul li:last-child a{
	border:none;

}

