.bg-foto {
	background-attachment: fixed;
	background-color: ffffff;
	background-image:  url(img/bg_new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFCC00;
	text-decoration: underline;

}
.testo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}
.testo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;

}
.bordo {
	border: thin solid #000066;
}
.bordo2 {
	border: thin solid #000066;
	padding: 10px;
	margin: 10px;
}
