html{
	margin: 0;
	width:100%;
	height:100%;
	overflow-y: scroll !important;  /* regola per non-IE browsers */
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
    BACKGROUND-COLOR: #FFFFFF;
	BACKGROUND-IMAGE: url(/img/sfondo.gif);
    BACKGROUND-POSITION: top;
    BACKGROUND-REPEAT: repeat-x;
    text-align: center;
}

.box{
	position: relative;
	padding:0;
	margin: 0 0 5px 0;
	text-align: left;
}
	
.box table{
	width: 100%;
	border: 0;
	padding: 0;
}
	
.testa{
	background-color: #DEDEDE;
	padding: 0 5px 2px 10px;
	sborder-left: 0;
	sborder-right: 0;
	border-left: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
	border-top: 0;
	border-bottom: 3px #999999 solid;
			
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none
}
	
.corpo{
	background-color: #FFFFFF;
	padding: 4px 6px 2px 6px;
		
	border-top: 0;
	border-left: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
	border-bottom: 0;
		
	font-size: 11px;
	color: #104483;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none;
}
	
.tl{
	padding: 0;
	background: url(/img/box_su.png) no-repeat top left;
	height: 7px;
	font-size: 5px;
}
.tr{
	padding: 0;
	background: url(/img/box_su.png) no-repeat top right;
	height: 7px;
	font-size: 5px;
}
	
.bl{
	padding: 0;
	background: url(/img/box_giu.png) no-repeat bottom left;
	height: 7px;
	font-size: 5px;
}
.br{
	padding: 0;
	background: url(/img/box_giu.png) no-repeat bottom right;
	height: 7px;
	font-size: 5px;
}

.tl2{
	padding: 0;
	background: url(/img/box_su2.png) no-repeat top left;
	height: 7px;
	font-size: 5px;
}
.tr2{
	padding: 0;
	background: url(/img/box_su2.png) no-repeat top right;
	height: 7px;
	font-size: 5px;
}
.testa2{
	background-color: #76CEF5;
	padding: 0 5px 2px 10px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 3px #999999 solid;
			
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none
}

#contenitore{
	width: 900px;
	margin: 10px auto;
}
	
.colonna{
	position: relative;
	float: left;
	margin: 0;
}
	
#footer{
	clear: both;
}

	
#colonna1{
	width: 154px;
	margin: 0 10px 0 4px;
}

#colonna2{
	margin: 0 4px 0 0px;
}
	
#colonna3{
	width: 194px;
	margin: 0 4px 0 1px;
}

#colonna4{
	width: 136px;
	margin: 0 4px 0 4px;
}
