BODY {
	FONT-SIZE: 11px; 
	MARGIN: 5px 0 0 0; 
	WIDTH: 100%;
        border-left:	1px solid #000;
        border-right:	1px solid #000; 
	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	z-index: 1;
	/*background-color:rgb(204,202,246);*/
	color:rgb(0,0,128);
}

H1{font-weight:bold; font-size:15px; font-family:verdana; color:black; text-align:center}
H2{font-weight:bold; font-size:13px; font-family:arial; color:black; text-align:left}
H3{font-weight:bold; font-size:13px; font-family:arial; color:black; text-align:center}
H4{font-weight:normal; font-size:12px; font-family:arial; color:black; text-align:justify}
H5{font-weight:normal; font-size:12px; font-family:arial; color:black; text-align:left}
H6{font-weight:bold; font-size:12px; font-family:arial; color:black; text-align:center}

A:link, A:visited {text-decoration: none; color: #000080; cursor: auto; font-family:arial; font-size: 11px;}
A:hover {text-decoration: underline; color: red; background: none}

body {
        scrollbar-base-color: #000000;
        scrollbar-face-color: #f4f4f4;
        scrollbar-shadow-color: #f4f4f4;
        scrollbar-arrow-color: #000000;
        scrollbar-highlight-color: #f4f4f4;
        scrollbar-dark-shadow-color: #000000;
        scrollbar-3d-light-color: #000000;
        scrollbar-track-color: #FFFFFF;
}

#pagina {
	width:1100px;
	height:100%;
	border:solid 0px green;
	margin-left: auto;
	margin-right: auto;
}

#intestazione {
	border: solid 1px black;
	height:77px;
}

#menutopbar {
	margin-top: 1px;
	border: solid 1px #0c0c0c;
	height:15px;
    background-color: #f4f4f4;
}

#sx {
	margin-top: 1px;
	position:relative;
	width:200px;
	border:  solid 0px #cccccc;
	float:left;
}	

#cx {
	margin-top: 1px;
	position:relative;
	left:2px;
    width:800px;
	border:solid 0px #cccccc;
	float:left;
}

#footer {
	clear:left;
	margin-top: 1px;
	border: solid 1px black;
	height:20px;
	text-align:left;
}
