.txt {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
}
.txttitolo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	font-weight:normal;
}
.txt_nota {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style:italic;
	color: #333333;
}
.txt_tappa {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #008953;
}
.txt_tappa_grey {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
}
.txt_tappa_blu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #1E5A95;
	text-decoration: none;
}
.titparagrafo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #008953;
	background-color: #F3FCE6;
}
.titparagrafoblu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #1E5A95;
	background-color: #EAF5FF;
}
.titparagrafo_small {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #008953;
}
.titparagrafo_smallblu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #1E5A95;
}
.titoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #294F80;
	line-height: 22px;
}
.link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bolder;
	color: #008953;
	text-decoration: underline;
}
.link:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.linkblu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bolder;
	color: #1E5A95;
	text-decoration: underline;
}
.linkblu:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.elenco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #294F80;
}


/* CSS MENU */

#menu a
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	display: block;
	color: #008953;
	background-color: #F3F3F4;
	width: 120px; /* 183 - 189 */
	padding: 8px 0px; /* 8px 3px | 3px crea problemi con Firefox usare "&nbsp;" */
	text-decoration: none;
}

#menu a:hover
{
	background-color: #FFFFFF;
	color: #8CC63F;
}

/* CSS MENU BLU */

#sottomenu a
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	display: block;
	color: #008953;
	background-color: #E7E7E7;
	width: 120px; /* 183 - 189 */
	padding: 8px 0px; /* 8px 3px | 3px crea problemi con Firefox usare "&nbsp;" */
	text-decoration: none;
}

#sottomenu a:hover
{
	background-color: #FFFFFF;
	color: #8CC63F;
}
