@charset "utf-8";
.testo {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #969696;
}
.testo_bianco a:link {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.testo_bianco a:visited{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.testo_bianco a:hover{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
}
.testo_lato {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #878683;
}
.testo_nero {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
}
.testo_bianco {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.testo_giallo {
	font-family: Tahoma, Verdana;
	font-size: 18px;
	color: #FCAD16;
}
.testo_giallo2 {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	color: #FCAD16;
	font-weight:bold;
	padding-left:15px;
}
.testo_giallo a:link{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FCAD16;
	text-decoration:none
}
.testo_giallo a:visited{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FCAD16;
	text-decoration:none
}
.testo_giallo a:hover{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FCAD16;
	text-decoration:underline
}
.immagine{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}