/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	background-color: #66A2BA;
	background-image: url(immagini/sfondino.jpg);
	background-attachment: fixed;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 0 0;
}
.separatore {
	border-top: 1px dashed #66A2BA;
}
.justificato {
	text-align: justify;
}
.centrato {
	text-align: center;
}
a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}
a.bottom {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
a.bottom:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
}
a.bottom:visited {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	font-size: 11px;
}
a.bottom:active {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
	font-size: 11px;
}
td, th, table {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	background: #ffffff;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
}
.nero{
	background-color: #333333;
	color: #ffffff;
}
.footer{
	background-image: url(immagini/footer.jpg);
	color: #333333;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 48px;
	background-repeat: no-repeat;
}
td.testo {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
td.testobordo {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffffff;
	padding-bottom: 30px;
}
h1 {
	font-weight: bold;
	font-size: 12px;
	color: #66A2BA;
	background-color: #eeeeee;
}
.com {
	font-weight: bold;
	font-size: 12px;
	color: #5A98B5;
	background-color: #eeeeee;
	margin-top: 0px;
	padding: 2px;
}
td.sin {
	border-top: 0;
	border-right: 1px solid #66A2BA;
	border-left: 1px solid #66A2BA;
	border-bottom: 0;
}
li {
	list-style-type: square;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
}
.bottone {
	background-color: #CBEBF8;
	border: 1px solid #66A2BA;
	color: #333333;
	
}