html{height: 100%; margin-bottom: 1px} 
body{
margin:0px;
background-color:#BBC1D5;
background-image:url(sfondo.gif);
background-repeat:repeat;
}
td{
font-family:Tahoma,Verdana,Arial;
font-size:11px;
color:#525B74;
}
.tit
{
border-style:solid;
border-width:1px;
border-color:#656888;
border-bottom:none;
border-top:none;
color:#FFFFFF;
}
.corpo
{
background-color:#ffffff;
border-style:solid;
border-width:1px;
border-color:#656888;
border-bottom:none;
border-top:none;
padding:5px;
}
.piede{
	background-image:url(piede.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	color:#ffffff;
	}
.bianco{
color:#FFFFFF;
}
.bold{
font-weight:bold;
}
.giustificato{
text-align:justify;
line-height:18px;
}
A.powered_link,
A.powered_link:link,
A.powered_link:visited,
A.powered_link:active
{
font-weight:bold;
color:#41426C;
text-decoration: none;
}
A.powered_link:hover{
color:#5F6088;
text-decoration: none;
}
textarea,input,option{
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	color: #000000;
	border:1px solid #C4C4C4;
}

.no_bordo{
	border:0px;
	}
.errore{
	color:#D33737;
}