table {
margin-bottom: 2px;
}

table.titoli {
width: 100%;
background-color: #81A5C7;
font-family: verdana, sans-serif, fantasy;
font-weight: bold;
left: 0px;
}

#scuro {
font-size: 10pt;
color: #264362;
}

#bianco {
font-size: 10px;
color: #FFFFFF;
}
td#bianco b {
color: #FF0000;
}

table.componenti {
width: 100%;
font-family: verdana, sans-serif, fantasy;
font-size: 10px;
border-bottom: 1px solid #81A5C7;
}

tr.persona {
background: #F2F6F5;
height: 20px;
}

td.prima {
width: 20%;
border-left: 1px solid #81A5C7;
border-top: 1px solid #81A5C7;
color:#81A5C7;
font-weight: bold;
}

td.seconda {
width: 45%;
border-top: 1px solid #81A5C7;
color:#264362;
font-weight: bold;

}

td.terza {
width: 35%;
border-top: 1px solid #81A5C7;
border-right: 1px solid #81A5C7;
color:#81A5C7;
}

td.terza b {
color: #FF0000;
}
