.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 16px;
}
.txt_nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.txt_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8dc63f;
	line-height: 16px;
	font-weight: bold;
}
.txt_verde_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8dc63f;
	line-height: 16px;
	font-weight: normal;
}
.titparagrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #8dc63f;
	border-bottom: dotted #fbbd1e 1px;
}
.titoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px
}
.evidenziato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	line-height: 17px;
}
.link:hover {
	color: #8dc63f;
	text-decoration: underline;
}
.linkbianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linkbianco:hover {
	color: #000;
	text-decoration: none;
}
.elenco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #8dc63f;
}
.txt_nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4F53;
	line-height: 13px;
}
.txt_sponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4F53;
	font-style:italic;
	font-weight:bold;
	border-bottom: solid #4D4F53 1px;
}
.txt_commissione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4F53;
	line-height: 14px;
}

/* CSS MENU */

#menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #8dc63f;
	width: 120px;
	text-decoration: none;
	height: 40px;
	font-weight: bolder;
}
#menu a:hover
{
	color: #000000;
	text-decoration:none;
	background-color: #FFFFFF;
    font-weight: bolder;
