body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
/*Menu di navigazione delle Sezioni*/
a.sezioni {
	color: #00943F;
	text-decoration: none;
	font-weight: bold;
}
a.sezionesel {
	color: #EB891B;
	text-decoration: none;
	font-weight: bold;
}
a.sezioni:hover {
	color: #828282;
}
/*Percorso*/
a.percorso, a.percorso:hover, a.percorso:link, a.percorso:visited {
	color: #828282;
	text-decoration: none;
	font-weight: bold;
}
/*Menu di navigazione delle sottosezioni*/
.tdMenu {
	padding-top: 7px;
	padding-bottom: 7px;
}
a.menu, a.menu:visited {
	color: #828282;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #EB891B;
}
a.menusel {
	color: #00943F;
	text-decoration: none;
	font-weight: bold;
}
a.cat, a.cat:visited {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	clear: both;
	float: left;
}
a.cat:hover {
	color: #EB891B;
}
a.catsel {
	color: #669966;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	clear: both;
	float: left;
}
/*Menu principale del TOP*/
.nav {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
a.nav, a.nav:link, a.nav:visited {
	display: block; 
	width: 90px; 
	background-image: url(images/pulsante_verde.jpg); 
	margin-top: 5px; 
	text-align: center; 
	text-decoration: none; 
	font-family: verdana, arial, sans-serif; 
	/*font-size: 10px;*/
	font-weight: bold; 
	color: #FFF; 
	line-height: 25px; 
	overflow: hidden;
}
a.navsel, a.navsel:link, a.navsel:hover {
	display: block; 
	width: 90px; 
	margin-top: 5px; 
	text-align: center; 
	text-decoration: none; 
	font-family: verdana, arial, sans-serif; 
	/*font-size: 10px; */
	line-height: 25px; 
	overflow: hidden;
	color: #fff; 
	background-image: url(images/pulsante_arancio.jpg); 
	font-weight: bold;
}
a.nav:hover {
	color: #fff; 
	background-image: url(images/pulsante_arancio.jpg); 
	font-weight: bold;
}
a.nav:active {
	color: #fff; 
	background-image: url(images/pulsante_arancio.jpg); 
	font-weight: bold;
}
a.navimb, a.navimb:link, a.navimb:visited {
	display: block; 
	width: 90px; 
	background-image: url(images/pulsante_oro.jpg); 
	margin-top: 5px; 
	text-align: center; 
	text-decoration: none; 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold;
	font-size: 10px; 
	color: #FFF; 
	line-height: 25px; 
	overflow: hidden;
}
a.navimb:hover {
	color: #fff; 
	background-image: url(images/pulsante_arancio.jpg); 
	font-weight: bold;
}
a.navimb:active {
	color: #fff; 
	background-image: url(images/pulsante_arancio.jpg); 
	font-weight: bold;
}
/*Bottom*/
a.bottom, a.bottom:hover, a.bottom:link, a.bottom:visited {
	color: #828282;
	text-decoration: none;
}
/*ADMIN*/
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.admin, a.admin:visited {
	color: #828282;
	text-decoration: none;
	font-weight: bold;
}
a.admin:hover {
	color: #EB891B;
}
.hide { display: none; }

