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

.testo_base {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.testo_piccolo {
	font-size: 10px;
	color: #333333;
}
.data {
	font-size: 11px;
	font-style:italic;
	color: #333333;
}
.testo_footer {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-align:center;
}
.titolo {
	font-size: 20px;
	font-weight:bolder;
	color: #394e99;
	letter-spacing: -1px;
}
.titoletto {
	font-size: 14px;
	font-weight:bolder;
	color: #394e99;
}
.testo_blu {
	font-size: 12px;
	font-weight:bolder;
	color: #394e99;
}
.elenco {
	font-size:12px;
	color: #333333;
	line-height: 18px;
	list-style-type: square;
}
.elenco_link {
	font-size: 14px;
	font-weight:bolder;
	font-style:italic;
	color: #394e99;
	list-style-type: square;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #394E99;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.documentazione {
	font-size: 12px;
	font-weight:bold;
	color: #394e99;
	line-height: 14px;
}

