BODY
{
    margin: 0px;
    border-width: 0px;
    padding: 0px;
    height: 100%;
    background: #C6DFFF url('../images/pages/body.png') repeat-x scroll left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
A
{
    text-decoration: underline;
    color: #003F80;
}

A:Hover
{
    text-decoration: none;
    color: #3163CE;
}

.Menu_Link
{
    color: #003F80;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
}

.Testo_normale
{
    color: #000000;
    font-size: 12px;
    font-family: Tahoma;
}

.Testo_titolo
{
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    font-family: Tahoma;
}

.Logo_Table
{
    height: 123px;
    width: 100%;
    border: 0px;
}
.copyright
{
    padding: 10px 0px 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.copyright_column
{
    width: 25%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}
.copyright_column_fake
{
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}
.copyright_column_strong
{
    width: 25%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
#mainContent
{
    line-height: 20px;
    color: #3d3d3d;
    padding: 30px 30px 40px 30px;
    overflow: hidden;
    background-color: white;
    border: 1px solid #b5c8e0;
    min-height: 420px;
    border-radius: 10px;
    box-shadow: 0 0 8px #b6bdc4;
}
