.sfondo_sx {
	background-image: url(images/sfondo_sx.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.sfondo_dx {
 background-image:url(images/sfondo_dx.jpg);
 background-repeat: repeat-y;
 background-position: left top;
}
.sfondo_int {
 background-image:url(images/sfondo_int.jpg);
 background-repeat: repeat-x;
}
.sfondo_sotto_int {
 background-image:url(images/sfondo_sotto_int.jpg);
 background-repeat: repeat-x;
}
.sfondo_divisione {
 background-image: url(images/divisione.jpg);
 background-repeat:repeat-y;
}
.bordo_sotto {
 border-bottom:solid #666666 1px;
}
.testo{
font-family: Verdana;
font-size: 10px;
color: #000000;
text-align: justify;
}
.testo_centrato{
font-family: Verdana;
font-size: 10px;
color: #000000;
text-align: center;
}
.normale:link{
font-family: Verdana;
font-size: 10px;
font-style: bold;
color: #000000;
}
.normale:visited{
font-family: Verdana;
font-size: 10px;
font-style: bold;
color: #000000;
}
.normale:hover{
font-family: Verdana;
font-size: 10px;
font-style: bold;
color: #666666;
}
.firma:link{
font-family: Verdana;
font-size: 10px;
font-style: bold;
color: #000000;
text-decoration:none
}
.firma:visited{
font-family: Verdana;
font-size: 10px;
font-style: bold;
color: #000000;
text-decoration:none
}
.firma:hover{
font-family: Verdana;
font-size: 10px;
font-style: bold;
color: #666666;
text-decoration:underline;
}
.form_text{
font-family: Verdana;
font-size: 10px;
color: #000000;

background-color: #EFE9CF;
}
.form_area{
font-family: Verdana;
font-size: 10px;
color: #000000;
text-align: justify;
background-color: #EFE9CF;
text-align:center;
width: 130px;
}