body {
    margin: 0;
    padding: 0;
    background: #ffffff url(img/background.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #888888; 
    font-weight: normal;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    min-height: 22px;
    font-size: 18px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #3984d6; 
    /*background: #cccccc url(img/title_bkg.gif) bottom repeat-x;*/
    background: #cccccc url(img/pagetitle_bkg.gif) top repeat-x;
}

a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #325cb1;
}

a:hover {  
    text-decoration: underline;
    color: #ff6633;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #888888;
    font-weight: normal;
}

th {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #ffffff;
    background: #2c80d3 url(img/table_header_bkg.gif) bottom repeat-x;
    min-height: 20px;
    /*background: #cccccc;*/
    
}

th.level2 {
    background: #cecece url(img/table_header_bkg_2.gif) top repeat-x;
    color: #2c80d3;
    min-height: 20px;
    border-bottom: 1px dotted #858585;
}

th.level3 {
    background: #eee;
    color: #2c80d3;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    font-size: 12px;
}

.separator {
    border: 0px solid #e0e0e0; /* scritto cosė dovrebbe andare bene per tutti */
    width: 50%;
    color: #e0e0e0; /* per Explorer */
    background-color: #e0e0e0; /* per gli altri */
    height: 1px;
    text-align: left; /* per Explorer */
    margin-left: 0; /* per gli altri */
}

.testo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #888888;
    font-weight: normal;
}

.menutitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff6633;
}

.footnote {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ff6633;
}

.mini {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7px;
    color: #ff6633;
}

.table_label {
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.container_hw {
    text-align: left;
}

/*.testo      { font-family: "Small Fonts"; font-size: 16px; font-weight: bold; color: #888888; }*/


