﻿body 
{
    background-color:White;
    color:Black;
    font-family:Verdana, Arial, Helvetica;
    font-size:11pt;
}

h1,h2,h3,h4,h5,h6 
{
    margin:0;
    padding:0;
}

a:Link, a:Visited, a:Hover, a:Active 
{
    color:#2e9418;
}

#tools 
{
    text-align:right;
    margin-top:10px;
    margin-bottom:10px;
    border:1px dotted #6FAD5D;
    background-color:#F5FCF0;
    padding:4px;
    font-size:9pt;
}

.clearfix 
{
    clear:both;
}

.image 
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

hr
{
    border:0;
    color:#8B8B8B;
    margin-top:4px;
    margin-bottom:4px;
}

#footer 
{
    text-align:center;
    font-size:10pt;
}

/***********************
    tabella cifre
***********************/
h6.tab_content_cifre 
{
    text-align:center;
    margin-bottom:6px;
}
.tab_content_cifre
{
    border-collapse:collapse;
    margin-bottom:20px;
}
.tab_content_cifre th 
{
    border:1px solid #c1c1c1;
    padding:6px;
    text-align:left;
    background-color:#ebf7fc;
}
.tab_content_cifre td 
{
    text-align:center;
    padding:6px;
    border-left:1px solid #c1c1c1;
    border-right:1px solid #c1c1c1;
    border-bottom:1px solid #c1c1c1;
}
.tab_content_cifre td.etichetta 
{
    text-align:left;
}

