body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
}


h1 {
	font-family: "Arial Black",Verdana, Helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #C00;

}

h2 {
	font-family: "Arial Black",Verdana, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #C00;

}


a {
	color: #C00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


.testata {
	background-color: #D5D1D0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
.menuVeSx {
	padding:8px;
	font-family: "Arial Black",Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #C00;
	background-image: url(images/bkg_menu_ver_sx.gif);
	background-repeat: repeat-y;

}
.menuVeSx a {
	text-decoration: underline;
	color: #666666;
}

.menuVeSx a:hover {
	text-decoration: none;
}
.homepage {
	background-color: #D5D1D0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	}
.homepage td {
padding:5px;
background-color: #FFF;
}
.piedipagina {
	font-family: Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #C00;
	background-image: url(images/bkg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;
}

.piedipagina a {
	color: #000;
	text-decoration: underline;
}

.piedipagina a:hover {
	text-decoration: none;
}

.cellaPeriodici {
	padding:8px;
	font-family: "Arial Black",Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #C00;
	background-image: url(images/bkg_footer.gif);
	background-repeat: repeat;
}
.cellaPeriodici a {
	text-decoration: underline;
	color: #FFF;
}

.cellaPeriodici a:hover {
	text-decoration: none;
}

.tabellaGriglia {
	margin: 0px;
	border-top: solid #999;
	border-right: solid #999;
	border-bottom: solid #999;
	border-left: solid #999;
}

.tabellaGriglia th {
	margin: 0px;
	border: solid #999;
}
.tabellaGriglia td {
	margin: 0px;
	border: solid #999;
}
.moduli {
width: 100%;
border-collapse: collapse;
}
tr.pari {
border: 1px solid #aaa;
padding: 0.5em;
background: #eee;
}
tr.dispari {
border: 1px solid #aaa;
padding: 0.5em;
background: #fff;
}
td.bianco {
border: 1px solid #aaa;
padding: 0.5em;
background: #fff;
}
