/* CSS Document */
body{
background-color:#ededed;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
background-image:url(images/sfondo_sito.jpg);
background-repeat:repeat-y;
background-position:top;
}

.testo{
font-family: Verdana;
font-size: 11px;
color: #000000;
}
.testo_bianco{
font-family: Verdana;
font-size: 10px;
color: #ffffff;
}
.testo_arancione{
font-family: Verdana;
font-size: 10px;
color: #ea7118;
}
.normale:link{
font-family: Verdana;
font-size: 10px;
color: #000000;
text-decoration:none;
}
.normale:visited{
font-family: Verdana;
font-size: 10px;
color: #000000;
text-decoration:none;
}
.normale:hover{
font-family: Verdana;
font-size: 10px;
color: #6992BB;
text-decoration:underline;
}

.normale_arancione:link{
font-family: Verdana;
font-size: 10px;
color: #ea7118;
text-decoration:underline;
}
.normale_arancione:visited{
font-family: Verdana;
font-size: 10px;
color: #ea7118;
text-decoration:underline;
}
.normale_arancione:hover{
font-family: Verdana;
font-size: 10px;
color: #ffffff;
text-decoration:underline;
}

.normale_under:link{
font-family: Verdana;
font-size: 10px;
color: #6992BB;
text-decoration:underline;
}
.normale_under:visited{
font-family: Verdana;
font-size: 10px;
color: #6992BB;
text-decoration:underline;
}
.normale_under:hover{
font-family: Verdana;
font-size: 10px;
color: #537393;
text-decoration:underline;
}


.normale_bianco:link{
font-family: Verdana;
font-size: 10px;
color: #ffffff;
text-decoration:none;
}
.normale_bianco:visited{
font-family: Verdana;
font-size: 10px;
color: #ffffff;
text-decoration:none;
}
.normale_bianco:hover{
font-family: Verdana;
font-size: 10px;
color: #81b3e5;
text-decoration:underline;
}
.form_text{
font-family: Verdana;
font-size: 10px;
color: #000000;
background-color: #EFE9CF;
}