@charset "utf-8";
.testi {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #3F4445;
	line-height: 16px;
}
.testi_rosso {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #CC0000;
	line-height: 16px;
}
.testi_bianco {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
.testi_grigio {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #919A9B;
	line-height: 16px;
}
.testi_nero {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

