/*titolo prima colonna*/
.titolo_primacolonna {
	font-family: Arial;
	font-size: 16px;
	color: #6eb832;
	line-height: 20px;
}
/*Testo prima colonna*/
.testo_pc {
	font-family: Arial;
	font-size: 11px;
	color: #6eb832;
	line-height: 14px;
}

/*Testo seconda colonna*/
.testo_sc {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

/*titoletti testo*/
.titoletti_sc {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	font-weight: bold;
}

/*titolo  testo sinistra*/
.titolo_sinistra {
	font-family: Arial;
	font-size: 16px;
	color: #6eb832;
	line-height: 20px;
	font-weight: normal;
}

/*sottotitolo  testo sinistra*/
.sottotitolo_sinistra {
	font-family: Arial;
	font-size: 11px;
	color: #6eb832;
	line-height: 14px;
	font-weight: normal;
}

a.moduli_link:active, a.moduli_link:focus, a.moduli_link:hover, a.moduli_link:link, a.moduli_link:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #6eb832;
	line-height: 14px;
}

a.moduli_link:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	line-height: 14px;
}




/*Menu ON*/
a.menu_on:active, a.menu_on:focus, a.menu_on:hover, a.menu_on:link, a.menu_on:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ff0066;
	line-height: 14px;
}

/*Menu OFF*/
a.menu_off:active, a.menu_off:focus, a.menu_off:hover, a.menu_off:link, a.menu_off:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	line-height: 14px;
}

/*Menu ON BOLD*/
a.menu_on_bold:active, a.menu_on_bold:focus, a.menu_on_bold:hover, a.menu_on_bold:link, a.menu_on_bold:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	line-height: 14px;
}


