.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 16px;
}
.titparagrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #d20000;
	border-bottom: solid #d20000 1px;
}
.titolettoitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #d20000;
}
.titoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #d20000;
}
.titolettogrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
}
.titolettogrey_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-transform: uppercase;	
}
.titolettogrey_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #444444;
}
.titolettored_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #d20000;
	text-transform: uppercase;	
}
.evidenziato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 6px;
	text-transform: uppercase;
}
.evidenziato_sede {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 4px;
	text-transform: uppercase;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d20000;
	text-decoration: none;
	line-height: 17px;
}
.link:hover {
	color: #d20000;
	text-decoration: underline;
}
.txt_nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 13px;
}
.txt_sponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style:italic;
	font-weight:bold;
	border-bottom: solid #000000 1px;
}
.txt_commissione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.txt_bianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;	
}
.txt_biss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;	
}

/* CSS MENU */

#menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #fd4a5f;
	width: 120px;
	text-decoration: none;
	height: 40px;
	font-weight: bolder;
}
#menu a:hover
{
	color: #ffffff;
	text-decoration:none;
	background-color: #666666;
    font-weight: bolder;
}
#menu2 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #fd4a5f;
	width: 120px;
	text-decoration: none;
	height: 87px;
	font-weight: bolder;
}
#menu2 a:hover
{
	color: #ffffff;
	text-decoration:none;
	background-color: #666666;
    font-weight: bolder;
}
#menu3 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #fd4a5f;
	width: 120px;
	text-decoration: none;
	height: 50px;
	font-weight: bolder;
}
#menu3 a:hover
{
	color: #ffffff;
	text-decoration:none;
	background-color: #666666;
    font-weight: bolder;
}
#menu4 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #fd4a5f;
	width: 120px;
	text-decoration: none;
	height: 67px;
	font-weight: bolder;
}
#menu4 a:hover
{
	color: #ffffff;
	text-decoration:none;
	background-color: #666666;
    font-weight: bolder;
}
#menu5 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	background-color: #fd4a5f;
	width: 120px;
	text-decoration: none;
	height: 100px;
	font-weight: bolder;
}
#menu5 a:hover
{
	color: #ffffff;
	text-decoration:none;
	background-color: #666666;
    font-weight: bolder;
}

/* CSS SOTTOMENU */

#sottomenu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	display: block;
	color: #fd4a5f;
	background-color: #FFFFFF;
	width: 120px; /* 183 - 189 */
	height: 70px;
	padding: 2px 0px; /* 8px 3px | 3px crea problemi con Firefox usare "&nbsp;" */
	text-decoration: none;
	
}

#sottomenu a:hover
{
	color: #fd4a5f;
	text-decoration: none;
	background-color: #ffd1d6;
}