body {
 background: #96BEF1;
 margin: 0px;
 padding: 0px;
 padding-top: 20px;
 padding-bottom: 20px;
}

.testo {
	font: 12px Arial;
	color: #333;
}

.bianco {
	color: #FFF;
}

img.cornice {
	border: 1px solid #339;
}

a {
 color: #009;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

#tabletop {
	font: 11px Arial;
	text-align: center;
	height: 201px;
	color: #090;
}

#tabletop a {
	color: #063;
}


#tablecontent {
	text-align: center;
}

#tablecontent td.titolo_blu {
	background: url(/images/graf_onda_blu.jpg) no-repeat;
	height: 64px;
	padding-left: 60px;
	font: bold 14px Arial;
	color: #66C;
}

#tablecontent td.titolo_giallo {
	background: url(/images/graf_onda_gialla.jpg) no-repeat;
	height: 64px;
	padding-left: 60px;
	font: bold 14px Arial;
	color: #C66;
}

#tablebottom {
	font: 12px Arial;
	color: #FFF;
	text-align: center;
	height: 77px;
}

#tablebottom a {
	color: #FF0;
}
