/* CSS Document */
a:link	{text-decoration:none; color:#013E68}
a:visited {text-decoration:none; color: #013E68}
a:hover {text-decoration: underline; color:#013E68;}

a:link.verdana_arancio	{text-decoration:underline; color:#FF6601}
a:visited.verdana_arancio {text-decoration:underline; color: #FF6601}
a:hover.verdana_arancio {text-decoration: underline; color:#FF6601;}

a:link.bottom	{text-decoration:none; color:#ffffff}
a:visited.bottom {text-decoration:none; color: #ffffff}
a:hover.bottom {text-decoration: underline; color:#ffffff;}


.verdana {
	font-family: verdana;
	font-size: 9pt;
	text-align: justify;
	color: #6C6C6C;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px; 
	line-height:120%;
}
.verdana_left {
	font-family: verdana;
	font-size: 9pt;
	text-align: left;
	color: #6C6C6C;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px; 
	line-height:120%;
}
.bottom {
	font-family: verdana;
	font-size: 8pt;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px; 
	line-height:120%;
}
.verdana_arancio {
	font-family: Verdana;
	font-size: 8pt;
	color: #FF6601;
	font-weight: normal;
}
.titolo {
	font-family: Verdana;
	font-size: 9pt;
	color: #013E68;
	font-weight: bold;
}
.mano { cursor: hand }