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

.blu {font-family: Arial; font-size: 12px; color: #003399; font-weight: bold;
}
.testo {font-family: Arial; font-size: 12px; color: #003399; font-weight: normal; letter-spacing:1px;}
.text {font-family: Arial; font-size: 11px; color: #003399; font-weight: normal; letter-spacing:1px;}

.rosso_b {
	font-family: Arial;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
.rosso_g {font-family: Arial; font-size: 17px; color: #FF9900; font-weight: bold;
}
.bianco_g {font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; letter-spacing:1px;
}
.bianco_p {font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight: bold; letter-spacing:1px;
}

.bianco_b {font-family: Arial; font-size: 15px; color: #FFFFFF; font-weight: normal; letter-spacing:1px;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #003399;
}
