body, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
body{
	margin: 0 0 0 0;
}
p {
	margin-top: 0; margin-bottom: 0;
}
td {
	padding: 0px 0px 0px 0px;
}
table {
	border: 0;
	padding: 0;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table.larg {
	width: 100%;
}
table.full {
	height: 100%;
	width: 100%;
}
/*.full, .alto, .basso, .sx, .dx, .centro {
	border: 2px solid Blue;
}
*/

.centro {
	background-image: url(home/centro.gif);
	width: 763px;
	height: 551px;
}
.centrodim {
 height: 551px;
}
.alto {

	background-image: url(home/alto.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	font-size: 1px;
}
.basso {

	background-image: url(home/basso.gif);
	background-position: top center;
	font-size: 1px;
	background-repeat: no-repeat;
}
.sx {
	background-image: url(home/sx.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 1px;
}
.dx{
	background-image: url(home/dx.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 1px;
}







a:link {
	text-decoration: none;
	color: #0001B0;
}
a:hover {
	text-decoration: underline;
	color: #1E90FF;
}
a:active {
	text-decoration: none;
	color: Red;
}
a:visited {
	text-decoration: none;
	color: #0001B0;
}
a:visited:hover {
	text-decoration: underline;
	color: #1E90FF;
}
a:visited:active {
	text-decoration: none;
	color: Red;
}
