body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.blue{
	background-image:url(immagini/blue.gif);
	background-repeat:repeat-x;
	background-color: #EBF4FB;
	}
.green{
	background-image:url(immagini/green.gif);
	background-repeat:repeat-x;
	background-color: #FFF8E4;
	}
.orange{
	background-image:url(immagini/orange.gif);
	background-repeat:repeat-x;
	background-color: #FFF8E4;
	}
.red{
	background-image:url(immagini/red.gif);
	background-repeat:repeat-x;
	background-color: #FFF8E4;
	}
.yellow{
	background-image:url(immagini/yellow.gif);
	background-repeat:repeat-x;
	background-color: #FFF8E4;
	}
.darkorange{
	background-image:url(immagini/darkorange.gif);
	background-repeat:repeat-x;
	background-color: #FFF8E4;
	}

a:link	  {text-decoration: none}
a:visited {text-decoration: none}
a:hover   {text-decoration: underline}
a:active  {text-decoration: none}

.flash{
position:absolute;
width:726;
height:375;
left: 50%;
margin-left: -363px;
z-index:1;
}
.contenuti{
position:absolute;
width:726;
height:auto;
left: 50%;
top:200px;
margin-left: -363px;
z-index:2;
}
td,form,p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:17px;
}
.evidenza1 {
	font-size: 12px;
}
.minimo {
	font-size: 10px;
	line-height:normal;
}
.minimissimo {
	font-size: 9px;
	line-height:normal;
}
.td_contenuti {
	margin-top:30px;
	margin-left:42px;
	margin-bottom:40px;
}
.redtxt{
font-size: 12px;
color: #FF0000;
}