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


.titolo-giallo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #FFAE00;
	font-weight: bold;
}
.text-small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #996600;
}
.txt-grande {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #999;
	line-height: 40px;
}
.link-small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #999900;
}


