TABLE {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 11px;
    color: black;
    background-color: none;
}
.titolo {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
    float: left;
}
.titolo A:link, .titolo A:visited {
    font-size: 11px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.titolo A:hover {
    text-decoration: underline;
}
.pdf {
    padding: 10px 5px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 120px;
    vertical-align: top;
    text-align: right;
    background-color: none;
    float: right;
}
.pdf A:link, .pdf A:visited {
    font-size: 11px;
    color: black;
    font-weight: normal;
    text-decoration: none;
}
.pdf A:hover {
    text-decoration: underline;
}
.case_grey {
    height: 20px;
    background-color: #DFE0E1;
}
.case_white {
    height: 20px;
    background-color: #FFFFFF;
}