body {
	margin:0;
	padding:0;
	font-family:sans-serif;
	font-size:small;
}
a, a:visited {
	color:#005a98;
	text-decoration:none;
}
a:hover {
	color:#f47529;
	text-decoration:none;
}
a img {
	border:none;
}
tr {
	vertical-align:top;
}
table.metadati {
	margin-bottom:3ex;
}
table.metadati th {
	text-align:left;
}
table.dati {
	border-collapse:collapse;
	width:100%;
	table-layout:fixed;
}
table.dati th {
	background-color:silver;
}
table.dati tbody tr {
}
table.dati tbody tr:hover {
	border:1px solid red;
	background-color:Ivory;
}
table.dati tbody td {
	border:1px solid Gainsboro;
	padding:0.2em;
	overflow:auto;
}
table.dati ul {
	margin:0 0 0 1em;
	padding:0;
}
table.dati ul ul {
	margin:0 0 0 0;
}
span.label {
	font-weight:bold;
}
form.search {
	text-align:center;
}
fieldset.searchParams {
	display:inline-block;
	margin:0.5em 0;
	padding:0;
	border:none;
}
div.heading {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
div.titolo {
	font-weight:bold;
	font-style:italic;
	color:#005A98;
}
div.nota {
	font-size:x-small;
	font-weight:bold;
	width:100%;
	padding-top:1ex;
}
div.clear {
	clear:both;
}
div.logo {
	font-weight:bold;
	float:left;
}
div.searchForm {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
div.data {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
img {
	border:none;
	vertical-align:top;
}
