<!--
body {
	background-color: #FFFFFF;
}
#Intestazione {
	position:absolute;
	width:1000px;
	height:88px;
	top: 0px;
	left: 50%;
	margin-left:-500px;
	z-index:2;
	overflow: hidden;
}
#Bg_top {
	position:absolute;
	width:1000px;
	height:47px;
	top: 73px;
	left: 50%;
	margin-left:-500px;
	z-index:1;
	overflow: hidden;
}
#Bg_top_sub {
	position:absolute;
	width:1000px;
	height:140px;
	top: 120px;
	left: 50%;
	margin-left:-500px;
	z-index:1;
	overflow: hidden;
}
#Corpo {
	position:absolute;
	width:1000px;
	top: 260px;
	left: 50%;
	margin-left:-500px;
	z-index:1;
	overflow: hidden;
}
#Btm {
	width:100%;
	height:50px;
	z-index:1;
	overflow: hidden;
	float:left;
	margin-top:50px;
}
.testo {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
}
.testo_b {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
a:link {
	color: #9C6E9D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C6E9D;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #9C6E9D;
}
-->