body {
font-family: verdana;
background-color: #999999;
margin: 0;
padding: 0;
}
.box{
border:solid #000066 1px;
width:770px;
margin: auto;
margin-top:30px;
background-color: white;
}

.tab{
margin: 1px;
height: 400px; /*provvisorio*/
}
.tab ul{ 
height: 43px;
list-style: none; 
margin: 0;
padding: 0;
width:100%;
background-image: url('images/sf_blue.gif');
}

.tab li{
display: block;
float:left;
font-size: 20px;
font-family: "Century Gothic";
color:#FFFFFF;
background-image: url('images/sf_blue.gif');
padding:10px 27px 0 27px;
}
.tab li a{
font-family:"Century Gothic"; 
text-decoration: none;
color:#FFFFFF;
}

.tab li{
height: 43px;
display: block;
float:left;
background-image: url('images/trat.gif');
background-position: top right;
background-repeat: no-repeat

}
.tab li.noline{
background-image: none;
}
.tab li.selected {
background-image: url('images/sf_pink.gif');
background-repeat: repeat-x;
}

.finecontenuto{
display: block;
clear: both;
}
.titolo{
font-family: Century Gothic, Verdana;
color: #d53e6e;
text-align:center;
font-weight:bolder;
font-size: 30px;
padding:10px;
}
.sotit{
font-family: Century Gothic, Verdana;
color: #003399;
text-align:center;
font-weight:bolder;
font-size: 22px;
margin-top: 50px;
}

.parag{
font-family: Century Gothic, Verdana;
color: #d53e6e;
text-align:center;
font-weight:bolder;
font-size: 11x;
padding:5px;
}


.corpo{
font-family: Verdana;
color: #000066;
text-align:justify;
font-size: 11px;
line-height: 150%;
margin-left: 20px;
margin-right: 20px;
}

.corpo ul{
padding: 0;
margin: 0;
}

.image{
border: none;
margin-left: 1px;
}

.footer{
width: 770px;
margin: 0 auto;
padding: 5px;
}
.footer a{
font: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration: underline;
}
.footer p{
display: block;
font: Verdana, Arial, Helvetica, sans-serif;
color:white;
font-size: 11px;
line-height: 150%;
float: left;
width: 550px;
margin: 0;
padding: 5px;
}
.footer img{
display: block;
float: right;
border: 1px solid black;
}