body
{ margin-left:50px; margin-top:0px; margin-right:50px; margin-bottom:0px; background-color:#FFFFFF; }
/*---------------------------- footer ----------------------------*/
.footer { font-family:  "Verdana", "Arial","Helvetica"; font-size: 10px; font-weight: normal; color: #A3A3A3; text-decoration: none;}
.footer a:active, .footer a:visited, .footer a:link { font-family: "Verdana", "Arial", "Helvetica"; font-size: 10px; color: #A3A3A3; font-weight: normal; text-decoration: none;}
.footer a:hover { font-size: 10px; border-bottom: 1px dotted #A3A3A3; color: #A3A3A3;}

/*---------------------------- sfondo ----------------------------*/
.sfondo{
        background-image:  url(Immagini/Elementi_Grafici/Header.jpg); 
        background-position: top; 
		background-repeat: no-repeat;
		}
/*---------------------------- titolo_rosso ----------------------------*/
.titolo_rosso {
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 11px;
	font-weight: bold;
	color: #D63A03;
	text-decoration: none;
	}
.titolo_rosso a:active, .titolo_rosso a:visited, .titolo_rosso a:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 11px;
	color: #D63A03;
	font-weight: bold;
	text-decoration: none;
	}
.titolo_rosso a:hover {
    font-size: 11px;
	background-color: #F7D8CD;
	color: #D63A03;
	}
/*---------------------------- titolo_BLU ----------------------------*/	
.titolo_blu {
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 11px;
	font-weight: bold;
	color: #004A8E;
	text-decoration: none;
	}
.titolo_blu a:active, .titolo_blu a:visited, .titolo_blu a:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 11px;
	color: #004A8E;
	font-weight: bold;
	text-decoration: none;
	}
.titolo_blu a:hover {
    font-size: 11px;
	background-color: #D9E4EE;
	color: #004A8E;
	}
/*---------------------------- testo ----------------------------*/
.testo {
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #A3A3A3;
	text-decoration: none;
	}
.testo a:active, .testo a:visited, .testo a:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 11px;
	color: #A3A3A3;
	font-weight: normal;
	text-decoration: none;
	}
.testo a:hover {
    font-size: 11px;
	background-color: #E5EDF3;
	color: #A3A3A3;
	}