body,html {
	margin-top: 0px;
	margin-bottom:0px;
	text-align : center;
	min-width : 840px;
	min-height:100%;
	background:url(graph/bg.gif);
}
#Container {
	position:relative;
	text-align : left;
	width:800px;
	height:100%;
	margin-left : auto;
	margin-right : auto;
	padding-bottom: 60px;
	overflow:hidden;
	background-color:#E8E8E8;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
#Testa {
	width:800px;
	height:110px;
	float:left;
	background:url(graph/bg_top.gif) repeat-x;
}
#Testa_logo {
	width:200px;
	height:61px;
	margin:39px 0px 0px 26px;
	display:inline; 
	float:left;
}
#Testa_op {
	width:550px;
	height:20px;
	padding:5px;
	margin:58px 0px 0px 0px;
	display:inline;
	float:left;
}
#Testa_btm {
	width:800px;
	height:29px;
	float:left;
	/*background:url(graph/bg_top.jpg) no-repeat;*/
}
#Mn_top {
	margin:5px 0px 5px 15px;
	display:inline;
	padding:5px;
	float:left;
	background-color:#B2B2B2;
	border:1px solid #CCCCCC;
}
#Mn_lat {
	float:right;
	padding:5px;
	width:140px;
	margin:5px 0px 0px 0px;
	display:inline;
	background-color:#F9F9F9;
	border:1px dotted #999999;
}
#Mn_lat_special {
	float:right;
	padding:5px;
	width:140px;
	margin:5px 0px 0px 0px;
	display:inline;
	background-color:#F9F9F9;
	border:1px dotted #999999;
}
#Corpo {
	width:760px;
	float:left;
	margin:20px 20px 20px 20px;
	display:inline;
}
#Corpo_btm {
	width:800px;
	height:30px;
	float:left;
	/*background:url(graph/bg_btm.jpg) no-repeat;*/
}
#Corpo_btm_rev {
	width:800px;
	float:left;
}
#Coda {
	position:absolute;
	width:800px;
	height:30px;
	background-color:#999999;
	bottom:0px;
	left:0px;
}
#Coda_txt_sx {
	margin:5px;
	float:left;
}
#Coda_txt_dx {
	margin:5px;
	float:right;
}
/* Stile del testo */

.testo_B {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
}
.testo_N {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}
.testo_Mn_top {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
}
.evidenzia {
	font-weight:bold;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.a2:link {
	color:#666666;
	text-decoration:underline;
}
.a2:visited {
	color: #666666;
	text-decoration:underline;
}
.a2:hover {
	color: #000000;
	text-decoration:none;
}
.a2:active {
	color:#666666;
	text-decoration:underline;
}
.sonoqua {
	color: #000000;
	text-decoration:underline;
}