<!--

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #960000;
}

td {
    text-align: left;
}

form {
    border: 0;
    margin: 0;
    padding: 0;
}

div#div_body {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

div#div_cover {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 100%;
    padding: 0;
    margin: 0;
}

div#div_scroller {
    display: none;
    position: absolute;
    z-index: 3;
    top: 121px;
    left: 0;
    right: 0;
    bottom: 100px;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

.piccolo {
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
.bianco {
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
}
.piccolinobianco {
    font-family: arial, verdana, tahoma;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
}
.piccolinonero {
    font-family: arial, verdana, tahoma;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
}
.grassetto {
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
}
.grassettonero {
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.biancomedio {
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
}

.print_ghost {
  display: none;
  visibility: hidden;
}

-->
