* {
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	}

html, body {
	margin: 0;
	padding: 0;
	}

body {
    background-color: #395E8A;
	font-size: 13px;
	}

textarea {
	font-size: 13px;
	}

p {
	margin-top: 12px;
	margin-bottom: 0px;
	}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	color: gray;
	}

form {
	margin-top: 15px;
	margin-bottom: 15px;
	}

a {
    color: #003399;
	}

a:hover {
    color: red;
	}

.large {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 9px;
	}

div#container {
	margin: 15px;
	text-align: left;
    background-color: white;
    }

div#header {
	font-size: 16px;
	background-color:#69c;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	}

div#navigation {
	float: right;
	width: 200px;
	padding-top: 15px;
	padding-right: 15px;
	}

div#content {
	margin-right: 220px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	}

div#footer {
    font-size: 11px;
	text-align: center;
	padding: 0.5em;
    background-color: #69c;
    color: white;
    }
/* clear: right; non inserito per bug di IE */

div#navigation a {
	font-size: 16px;
	color: black;
	background-color: #D9E3F0;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	border-top: 2px solid white;
	}

div#navigation a:hover {
	color: white;
	background-color: #395E8A;
	}

ul, li {
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	}

div.tab {
	padding: 4px 4px 4px 4px;
	background-color: #69c;
	width: 8em;
	color: white;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	}

div.rect {
	border: 2px solid #69c;
	padding: 10px 10px 0 10px;
	}

div.rect p {
	margin-top: 0;
	margin-bottom: 10px;
	}

h1 {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-left-style: dotted;
	border-left-width: 2px;
	padding-left: 6px;
	padding-bottom: 3px;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #D9E3F0;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 1px 5px 1px 5px;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: gray;
	border-bottom: 2px solid silver;
	margin-top: 18px;
	margin-bottom: 12px;
	}

p.list {
	margin-top: 0;
	margin-bottom: 5px;
	}

p.autore {
	font-style: italic;
	text-align: right;
	}

p.data {
	font-size: 11px;
	margin-bottom: 0;
	}

th {
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-color: #69c;
	padding: 1px 3px 1px 3px;
	}

td {
	font-size: 13px;
	background-color: #D9E3F0;
	padding: 1px 3px 1px 3px;
	}

td.transparent {
	background-color: white;
	padding: 0 0 0 0;
	}

td.header {
	font-size: 20px;
	font-weight: bold;
	color: white;
	background-color:#69c;
	text-align: center;
	padding: 0 0 0 0;
	}

div.box {
	border: 1px dashed silver;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
	padding: 2px;
	}