/*---------------------------- centrale ----------------------------*/
.centrale {  
border-right: 1px solid #D9D9D9;  
border-left: 1px solid #D9D9D9; 
background-color: #FFFFFF;
}

/*---------------------------- testo ----------------------------*/
.testo {
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}

.testo a:active, .testo a:visited, .testo a:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}

.testo a:hover {
    font-size: 11px;
	text-decoration: no;
	color: #006699;
	background-color: #EAEAEA;
	}
	
/*---------------------------- bottone ----------------------------*/
.bottone {
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	}

.bottone a:active, .bottone a:visited, .bottone a:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	}

.bottone a:hover {
    font-size: 11px;
	text-decoration: no;
	color: #006699;

	}
	
.mappa {
background-image: url('img/mappa2.gif'); 
background-repeat: no-repeat; 
background-position: right; 
}

	
/*---------------------------- footer ----------------------------*/
.footer {
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}

.footer a:active, .footer a:visited, .footer a:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}

.footer a:hover {
    font-size: 9px;
	text-decoration: no;
	color: #006699;
	background-color: #EAEAEA;
	}
