html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	background-color: #FFFFFF
	overflow: hidden;
}

a:link{ color: #AA0000; }

a:visited{ color: #AA0000; }

a:hover, a:focus{ color: #AA0000;	text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #330066; margin-bottom:0.5em; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }


#container {
	position: absolute;
	display:block;
	padding:0;
	width:80%;
	margin-left: -40%;
	left:50%;
	height:30px;
	background:#fff;
	top:104px;
	opacity: 1.00;

	-moz-opacity: 1.00;
	filter: alpha(opacity=100);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#corpo{
	position:absolute;
	display:block;
	top:5%;
	width: 80%;
	text-align:center;
	margin-left: -40%;
	left:50%;
	height:95%;
	background-color: #fff;
	font-family: verdana;
    font-size: 11px;
	overflow: auto;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#footer {
	position: absolute;
	display:block;
	margin:0;
	width: 100%;
	text-align:center;
	margin-left: -50%;
	left:50%;
	background-color: #FFFFFF;
	bottom: 0px;
	font-family: Verdana;
    font-size: 9px;
	color: #000000;
}

.bordo {
	border: 2px solid #003366;
}

.centrato {
	align:center;
}

.titolodiv {
	align:center;
	text-align:center;
	font-family: Verdana;
    font-size: 24px;
	color: #330066;
	padding-top:6px;
}

.capitologiustificato {
	align:center;
	text-align:justify;
	padding-left:150px;
	padding-right:150px;
}
.capitolocentrato {
	align:center;
	text-align:center;
	padding-left:150px;
	padding-right:150px;
	padding-bottom:1px;
}
