/* CSS Document */
a.intro {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9900;
	text-align: left;
	white-space: normal;
}
a.intro:link {
	color: #FF9900;
	text-decoration: none;
}
a.intro:visited {
	color: #FF9900;
	text-decoration: none;
}
a.intro:active {
	color: #FF9900;
	text-decoration: none;
}
a.intro:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.testo {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: left;
}