html,body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	color: #FFFFFF;
}

table.bordi {
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
}

.titolo {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.testo {
	font-size: 12px;
	color: #FFFFFF;
}

.testonero {
	font-size: 12px;
	color: #000000;
}

.testoneropiccolo {
	font-size: 10px;
	color: #000000;
}

.testogiustificato {
	font-size: 12px;
	color: #FFFFFF;
	text-align:justify;
}

td.fondoarancione {
	background-color:#F7901E;
}

td.fondoverde {
	background-color:#6DB436;
}

td.fondoceleste {
	background-color:#83ADD3;
}

td.fondomarrone {
	background-color:#B76612;
}

td.fondocontoenergia {
	background-color:#FFFF00;
}

a.collegamento {
	color: #FFFFFF;
	text-decoration:underline;
}

a.collegamento:hover {
	color: #000000;
	text-decoration:underline;
}
a.collegamentopiccolo {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:10px;
}

a.collegamentopiccolo:hover {
	color: #000000;
	text-decoration:underline;
	font-size:10px;
}
a.collegamentoscuro {
	color: #333333;
	text-decoration:underline;
}

a.collegamentoscuro:hover {
	color: #B76612;
	text-decoration:underline;
}
div#main{
	position: relative;	
	height: 100%;
	text-align:center;
	z-index: 1;
}
div#corpo{
	position:relative;
	width: 762px;
	height: 422px;
	z-index: 2;
}
div#spot{
	position: absolute;
	left:130px;
	top:55px;
	width: 500px;
	height: 353px;
	z-index: 4;
	text-align: center;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	visibility: hidden;
}
a.collegamentopiccolonews {
	color: #000000;
	background-color:#FFFF00;
	text-decoration:underline;
	font-size:10px;
}

a.collegamentopiccolonews:hover {
	color: #FFFF00;
	text-decoration:underline;
	background-color:#000000;
	font-size:10px;
}
