/* CSS Document */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E7EDF2;
	color: #0A3D91;
}
a, p, td, li, input, select, span, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
img, img a {
	border: 0;
}
div#boxContenuto {
	width: 860px;
	margin: 0 0 0 -430px;
	position: absolute;
	top: 15px;
	left: 50%;
	background-color: transparent;
}
table#principale {
	width: 860px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
	height: 532px;
}
table#principale tr td {
	padding: 0;
	border: 0;
	margin: 0;
	background-color: white;
	vertical-align: top;
}
div#logo {
	padding-top: 8px;
	text-align: center;
}
table#principale tr td#menu {
	width: 184px;
	height: 532px;
}
table#principale tr td#fascia1, table#principale tr td#fascia2 {
	width: 24px;
	background-color: #A9C7D8;
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	height: 532px;
}
table#principale tr td#news {
	width: 170px;
	height: 532px;
}
table#principale tr td#bordoDx {
	width: 8px;
	background-color: #0A3D91;
	background-image: url(img/boxOmbra.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 532px;
}
/* Footer */
div#footer {
	margin: 0;
	padding: 12px 0 0 0;
	border: 0;
	background-image: url(img/fondoOmbra.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 9px;
	font-weight: bold;
	color: #0A3D91;
}
div#footer a, div#footer a:visited, div#footer a:hover {
	color: #0A3D91;
	text-decoration: none;
}
/* Corpo Principale */
div#corpoPrincipale {
	padding: 7px;
/*	font-weight: bold; */
}
div#corpoPrincipale a, div#corpoPrincipale a:hover, div#corpoPrincipale a:visited {
	text-decoration: none;
	color: #0A3D91;
}
/* News */
div#newsMain {
	padding: 7px;
	font-size: 10px;
	height: 480px;
}
div#newsMain h1 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}
div#newsMain h2 {
	font-size: 10px;
	color: #8A6916;
	width: 100%;
	display: block;
	margin: 15px 0 0 0;
	font-weight: bold;
}
div#newsMain a {
	color: #8A6916;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
}
div#newsMain a:hover, div#newsMain a:visited {
	color: #8A6916;
	text-decoration: none;
}
/* Link */
div#collegamenti {
	margin: 5px 1px 0 1px;
	border-top: 1px dotted #A9C7D8;
	padding: 6px;
	position: relative;
	bottom: 0;
}
div#collegamenti a, div#link a:hover, div#link a:visited {
	font-size: 10px;
	color: #0A3D91;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	display: block;
}
/* Scroll */
div#scroll {
	padding-top: 1px;
	text-align: right;
}