body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#369;
}

table.TABLEtop{
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(img/fondo_sito_top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

table.TABLEmain{
	width: 800px;
	height: 100%;
	background-image: url(img/fondo_centrale.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

td.TDmain{
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px 40px 60px 40px;
}

table.TABLEfotine{
	width: 90%;
	margin-top: 20px;
	background-image: url(img/trasparente.gif);
}

table.TABLEfotine td.TDdescrizione{
	vertical-align: top;
	padding-top: 10px;	
}

table.TABLEfotine td.TDfotina{
	width: 150px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background-image: url(img/foto_sfondo.jpg);
	background-repeat: no-repeat;
}
.IMGfotina{
	margin: 15px 20px 12px 29px;
	padding: 0;
	border: 0;
}
td.TDingrandisci{
	text-align: right;
}
.DIVingrandisci{
	display: block;
	position: relative;
	left: 140px;
	top: 0px;
	margin: 0px;
	padding: 0px;

	
}

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	text-align: justify;
}
 
.titolo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #336699;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin: 0 0 10px 0;
}
.descrizione{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	text-align: left;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0px;
}

.IMGhome{
	margin: 5px;
	border: 1px solid #A2C0DF;
	float: left;
}
.IMGhomeDestra{
	margin: 5px;
	border: 1px solid #A2C0DF;
	float: right;
}
.TABLECodici{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}
.TABLECodici th{
	padding: 1px 3px;
	border-bottom: 1px solid #336699;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2px;
}
.TABLECodici th.THmisure{
	text-align: center;
}
.TABLECodici td{
	padding: 1px 3px;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

.TABLECodici td.TDmisure{
	text-align: center;
}

a, a:visited{
	color: #003366;
}