.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 16px;
}
.titparagrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #2ea815;
	border-bottom: solid #2ea815 1px;
}
.titoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #2ea815;
}
.elenco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #2ea815;
}
.txt_nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: italic;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2ea815;
	text-decoration: none;
	line-height: 17px;
}
.link:hover {
	color: #cc3333;
	text-decoration: none;
}
.txt_sponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	font-style: italic;
	font-weight: bolder;
	border-bottom: solid #2ea815 1px;
}

/* CSS MENU */

#menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #FFF;
	background-color: #2ea815;
	width: 124px;
	text-decoration: none;
	height: 50px;
	font-weight: bolder;
}

#menu a:hover
{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #60c84b;
	font-weight: bolder;
}


	/* CSS MENU ISCRIZIONI */

#iscrizioni a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #000;
	background-color: #76cfed;
	width: 124px;
	text-decoration: none;
	height: 50px;
	font-weight: bolder;
}
#iscrizioni a:hover
{
	color: #000;
	text-decoration:none;
	background-color: #d0eef9;
    font-weight: bolder;
}
