.maintable {
	border: 10px solid #FFFFFF;
}
body {
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: center top;
}
.titolo {
	background-color: #00637B;
	background-image: url(img/titolobkg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 7px;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.colcentro {
	background-color: #FFFFFF;
	background-image: url(img/prod_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.blocco {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;

}
a {
	color: #0085A5;
	text-decoration: none;
}
a:hover {
	color: #30a5d5;
	text-decoration: none;
}
.inevidenza {
	font-size: 12px;
	font-weight: bold;
	color: #004E6D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004E6D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px 0px 5px;
	padding: 0px;
}
.img {
	background-color: #f0f0f0;
	text-align: center;
	padding: 2px;
}

