@charset "utf-8";
.titolo {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.sottotitolo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0099CC;
	text-decoration: none;
}
.testo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.modulo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	border: 1px solid #003366;
	background-color: #FFFFFF;
}
