body { 
	margin:			0 1px 0 0; 
	padding:		0; 
	font:				.80em verdana, sans-serif;
	background: #CCC;
	color:			#000099;
}
hr { display:	none }

#header {
	color:					#000099;
	vertical-align: top;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
.box {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	background-color: #F0F9FF;
}

#header h1 {  
	font:			bold italic 40px/50px impact, arial, verdana, helvetica, sans-serif;
	margin:		0;
}

#colonna-sx, #colonna-dx {
	float:			left;
	width:			15%;
	color:			#000;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif, monospace, fantasy;
	font-size: 12px;
	right: 10px;
}
#colonna-sx .box, #colonna-dx .box {
	padding:	10px;
	right: 5px;
	background-color: #CCCCCC;
}
#colonna-dx {
	margin-right: -1px;
	width: 12.5%;
	background-color: #CCCCCC;
}

#principale {
	float:			left;
	width:			70%;
	color:			#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
	padding: 10px;
	line-height: normal;
	font-weight: normal;
	white-space: normal;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #0000CC;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	cursor: auto;
	background-color: #F0F9FF;
}
#principale .box { 
	border-style:	none solid solid solid; 
	border-color:	#000; 
	border-width:	1px; 
	padding:			10px;
}

#footer {
	clear:					left;
	color:					#FFF;
	font-size:			9px;
	background-color: #CCCCCC;
	text-align: right;
	height: 30px;
	border-bottom-color: #000099;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

