@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFFFF;
	color:#333333;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif, "AvantGarde Bk BT";
	font-size:12px;
}
p{
	padding:0px 10px 10px;
	text-align:justify;
	font-size:11px;
}
a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:none;
}
a:active {
	color: #999999;
	text-decoration:none;
}
#Lang{
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:30px;
	width:728px;
	text-align:right;
	padding-right:40px;
	font-weight:bold;
}
#tableContainer{
	width:728px;
}
#Header{
	width:728px;
	height:220px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#HeaderTitle{
	width:728px;
	height:30px;
	background-image:url(../images/bg_titlemenu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:right;
	padding-right:40px;
	padding-top:3px;
	font-weight:bold;
}

/*Tabella CentrALE*/
#TableCenter{
	width:728px;
}




/*Footer*/
#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:22px;
	width:728px;
	padding-left:100px;
}