/* CSS per Home Page aggiuntivo by Rino*/
.via {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #660000;
	border-bottom: 2px #660000 solid;
}

.oper {
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	border-bottom: 2px #660000 solid;
}

/* cantieri del... */
.contatore {
	font-size: 10pt; 
	color: #FFFFFF; 
	background-color: #0010A8;
	font-weight: bold;
	}
	
.promemoria {
	style=font-size: 11pt; 
	font-weight: bold; 
	border-bottom: 1px #000000 solid;
	}

/* LINK Home Page (inizio) */
a.menu:link, a.menu:active, a.menu:visited {
	font-size: 9pt; color: #C60000; 
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;}
a.menu:hover {
	font-size: 9pt; color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;}
/* LINK Home Page (fine) */

/* LINK Promemoria (inizio) */
a.riassunto:link, a.riassunto:active, a.riassunto:visited {
	font-size: 10pt; color: #FFFFFF; 
	background: #660000;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;}
a.riassunto:hover {
	font-size: 10pt; color: yellow; 
	background: #660000;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;}
/* LINK Promemoria (fine) */