@charset "UTF-8";
/* CSS Document */

.font_mn {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 10px;
}

.font_mn:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #c88039;
	text-decoration: underline;
	line-height: 10px;
}

.font_titoli {
	font-family: Arial;
	font-size: 20px;
	line-height: 19px;
	font-weight: bold;
	color: #0071B9;
}
.font_titoletti {
	font-family: Arial;
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	color: #0071B9;
}

.font_piccolo {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	width: 140px;
	padding: 0px;
	margin-left: 28px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	line-height: 13px;
}

.link_home {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #2A2859;
	text-decoration: none;
}

.link_home:hover {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #2A2859;
	text-decoration: underline;
}.titoli_arancio {
	font-family: Arial;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	color: #C88039;
}
.sottotitoli_arancio {
	font-family: Arial;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #C88039;
}
.font_mn_arancio {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #c88039;
}
.font_codice {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
}
