body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: justify;
	margin: 0;
	text-align: center;
}
.counter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.txtprincipale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
.txtprincipalebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	text-transform: none;

}
.txtprincipaleboldupper {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	text-transform: uppercase;
}
FORM {

	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;

}
.linedot {
	border: 1px dotted #666666;
}
.txtprincipale2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	font-style: normal;

}
.titolicentrali {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #000066;

}
.txtprincipaleboldrosso {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0000;
	text-decoration: none;
	text-transform: none;
}


/* CSS Menu */
.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #F0F0F0;
    LIST-STYLE-TYPE: none;
	}
	
.cssvertical ul li {
	position: relative;
	left: -2px;
	top: -2px;
	
	/*setup here*/
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	BACKGROUND: #E5E5E5; /* colore di fondo */
	//BACKGROUND: url(images/dsprites.gif) no-repeat 0px 0px; //setup background
	LINE-HEIGHT: 0em;
	}
	
.cssvertical li ul {
	position: absolute;
	left: 181px; /* Set 1px less than menu width */
	top: 2px;
    display: none;
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;
	color: #000066;
	background: #E5E5E5; /* IE6 Bug */ /* colore di fondo */
	padding: 2px;
	border: 1px solid #F0F0F0; /* IE6 Bug */
	border-bottom: 0;
        }
		
.cssvertical ul li a:hover{ /*Theme Change here*/
background-color: #F6F6F6;  
}

* html ul li { float: left; height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: bold;}
* html ul li a { height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal;}

.cssvertical li:hover ul, li.over ul { display: block; } 
.cssvertical li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}


















