body {
	background-color: #BABCBE;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.tablehome {
	background-image: url(img/fondohome.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.homebasso {
	background-image: url(img/morsettiera.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu {
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #333333;
	text-decoration: none;
}

.tableinterno {
	background-color: #D8D9D8;
	border: 1px solid #333333;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	background-color: #E8E8E8;
	text-align: center;
	color: #333333;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	height: 25px;
	vertical-align: middle;
	padding: 11px 5px 0px 20px;
	margin: 3px 3px 0px;
	text-transform: uppercase;
	border: 1px solid #FF0000;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	padding: 0px 70px 10px;
	margin: 0px;
	color: #333333;
	line-height: 20px;
}

