body {
	font-family: "Century Schoolbook", "Times", "Times New Roman", serif;
	background: white;
	margin: 2em;
	text-align: justify;
}

div.titolo {
	border: 1px solid #A0A0A0;
	background: #F0F0F0;
	padding: 20px;
}

div.titolo a:link {
	border: none;
	text-decoration: none;
}

div.titolo a:hover {
	border: none;
	text-decoration: none;
}

div.titolo a:visited {
	border: none;
	text-decoration: none;
}

div.titolo a:active {
	border: none;
	text-decoration: none;
}

div.titolo h1 {
	font-family: "Lucida Sans", "Trebuchet MS", "Arial", "Helvetica";
	text-align:center;
	border: none;
	margin: 20px;
	padding-top: 0px;
}

div.titolo h2 {
	font-family: "Lucida Sans", "Trebuchet MS", "Arial", "Helvetica";
	font-size: 95%;
	text-align:center;
	font-weight: normal;
	border: none;
	margin: 20px;
}

div.titolo p {
	text-align: center;
}

p.data {
	text-align: center;
	font-size: small;
}

p.nota {
	text-align: center;
	font-size: small;
	font-style: italic;
}

p.note {
	border-top: solid 1px;
	margin-top: 4em;
	padding: 20px;
	font-size: smaller;
}

img {
	border: none;
}

div.figure {
	text-align: center;
	margin-bottom: 2.5em;
	margin-top: 2.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

span.caption {
	font-style: italic;
	font-size: small;
}

caption {
	font-style: italic;
	font-size: small;
	margin-bottom: 12pt;
	caption-side: bottom;
}

table {
	border-collapse: collapse;
	border: 2px solid #A0A0A0;
}

td {
	border: 1px solid #C0C0C0;
	padding: 5px;
}

th {
	border: 1px solid #C0C0C0;
	padding: 3px;
}

div.indice table {
	border: none;
}

div.indice td {
	border: none;
	width: 50%;
}

div.indice th {
	border: none;
}

body tt {
	font-family: "Lucida Sans Typewriter", "Lucida Console", "lucidasanstypewriter", "Courier New", "Courier";
	font-size: 90%;
}
	
pre {
	font-family: "Lucida Sans Typewriter", "Lucida Console", "lucidasanstypewriter", "Courier New", "Courier";
	font-size: 90%;
	border: 1px solid #A0A0A0;
	background: #EEEEEE;
	padding: 0.3em;
	margin-left: 40pt;
	margin-right: 40pt;
}

code {
	font-family: "Lucida Sans Typewriter", "Lucida Console", "lucidasanstypewriter", "Courier New", "Courier";
}

span.footnote {
	font-size: smaller;
	font-style: italic;
	background: #EEEEEE;
	color: #00AA00;
}

pre em {
	font-family: "Century Schoolbook", "Georgia", "Times", "Times New Roman", serif;
	font-style: italic;
	font-size: 100%;
}

kbd {
	border: solid 1px;
	color: #0000AA;
	background: #AABBFF;
	font-weight: bold;
	font-family: "Lucida Sans", "Arial", "Helvetica";
	font-size: smaller;
	white-space: nowrap;
}

h1 {
	text-align: center;
	margin-bottom: 1.5em;
	margin-top: 50pt;
	padding-top: 30pt;
	border-top: 1px solid #000000;
}

h1.sottotitolo {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	color: #999999;
	font-family: "Trebuchet MS", "Lucida Sans", "Gill Sans", sans-serif;
}

h2 {
	margin-top: 1.5em;
}

body a {
	text-decoration: none;
}

a:link {
	color: #003399;
}

a:visited {
	color: #0033BB;
}

a:active {
	color: #0033FF;
}

a:hover {
	color: #0033FF;
}

address {
	font-size: smaller;
	margin-top: 4em;
	padding-top: 1em;
	border-top: 1px dotted;
	text-align: right;
}

div.footer {
	text-align: center;
	font-family: "Trebuchet MS", "Verdana", "Tahoma", sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: black;
	padding: 6px;
	margin-top: 50px;
	border-top: 1px solid black;
}

div.footer img {
	float: right;
	padding: 3px;
	border: 0;
}


