/* Inizio zona NAVIGATOR*/
.NAV_general {
	font-family: verdana;
	font-size: 11px;
}

.NAV_messaggio {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	/* MODIFICA per FENAPI
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;*/
	margin: 10px 0px 0px 5px;
}

.NAV_errore {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	background-color: #DEF7AC;
	/* MODIFICA per FENAPI
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; */
	padding-left: 5px;
}

.NAV_pagina-corrente {
	color: #FF0000;
}

.NAV_pagina-ultima {
	color: #FF0000;
}

.NAV_link:link{font-family: verdana;font-size: 10px;color: #000000;text-decoration: none;font-weight: bold;}
.NAV_link:visited{font-family: verdana;font-size: 10px;color: #000000;text-decoration: none;font-weight: bold;}
.NAV_link:active{font-family: verdana;font-size: 10px;color: #000000;text-decoration: none;font-weight: bold;}
.NAV_link:hover {font-family: verdana;font-size: 10px;color: #000000;background-color: #99CC99;text-decoration: none;font-weight: bold;}

