/* ///// Base CSS for older Browser///// */

/* General layout */
body {
	background-color: #fff;
	}

table {
	padding: 3px;
	width: 100%;
	}

td {
	background-color: #EDEDED;
	}

div.logo {
	display: none;
	}

div.footer {
	text-align: center;
	}

div.invisible {
	display: none;
}

img {
	border: 0px;
	text-decoration: none;
	}
	
img.presentazione {
	float: right;
	}

fieldset.docSearch {
	border: 0px;
	}

.skipLink {
	display: none;
}
/* Typography */
body, p, th, td, li {
	font-family: verdana, arial, helvetica, sans-serif;
	}

th {
	font-size: 12px;
	}

.breadcrumbs {
	font-style: italic;
	}

h1 {
	margin-top: 20px;
	font-size: 24px;
	}

h2 {
	margin-top: 30px;
	font-size: 18px;
	}
	
h3 {
	margin-top: 20px;
	font-size: 16px;
	}

.footerNote {
	font-size: 11px;
}

.trovato {
	color: green;
	font-weight: bold;
}