@charset "utf-8";
.imglink {
    border: 0px;
}


.bordo_foto {
	text-align: center;
	border: 1px solid #CCCCCC;
}
.bordo_arrotondato {
	border: 1px solid #CCCCCC;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}


.testo_arancione_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: normal;
}
.testo_arancione_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
.testo_grigio_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

.testo_grigio_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.testo_nero_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}


a {display: inline-block;
 }

a:link {
	color: #999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #F93;
}
