.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000715;
	line-height: 16px;
}
.txtblu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0a5185;
	line-height: 16px;
	font-style: normal;
}
.txt_nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: italic;
}
.titparagrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0a5185;
	border-bottom: solid #0a5185 1px;
}
.titoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0a5185;
}
.evidenziato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0a5185;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0a5185;
	text-decoration: none;
	line-height: 17px;
}
.link:hover {
	color: #0a5185;
	text-decoration: none;
}
.linkbianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
	text-transform: uppercase;
}
.linkbianco:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;	
}
.elenco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #0a5185;
}
.txt_commissione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.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 #0a5185 1px;
}

/* CSS MENU */

#menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #0a5185;
	width: 120px;
	text-decoration: none;
	height: 50px;
	font-weight: bolder;
}

#menu a:hover
{
	color: #0a5185;
	text-decoration:none;
	background-color: #fff;
    font-weight: bolder;
}


	/* CSS MENU ISCRIZIONI */

#iscrizioni a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #0d4771;
	width: 120px;
	text-decoration: none;
	height: 50px;
	font-weight: bolder;
}
#iscrizioni a:hover
{
	color: #0a5185;
	text-decoration:none;
	background-color: #fff;
    font-weight: bolder;
}