﻿body
{
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #8EA8BF;
        font-family: Arial;
        font-size: 8pt;
    color: #295B88;
}

h1
{
    font-family: Century Gothic;
    font-size: 15pt;
    color: #295B88;
}

h2
{
    font-family: Century Gothic;
    font-size: 13pt;
    color: #295B88;
}

p
{
    font-family: Arial;
    font-size: 8pt;
    color: #295B88;
    text-align: justify;
}

.link
{
    font-family: Tahoma;
    font-size: 9pt;
    color: #98A8B8;
    text-align: justify;
    text-decoration: none;
    font-weight: bold;
}

.linksel
{
    font-family: Tahoma;
    font-size: 9pt;
    color: #295B88;
    text-align: justify;
    text-decoration: none;
    font-weight: bold;
}

.textbox1
{
    font-family: Tahoma;
    font-size: 9pt;
}

.select1
{
    font-family: Tahoma;
    font-size: 9pt;
}

.button1
{
    background-color: #F0B629;
    color: #073E5E;
    font-size: 8pt;
    font-weight: bold;
}

.footer
{
    font-family: Tahoma;
    background-color: #295B88;
    font-size: 8pt;
    height: 20px;
    color: White;
}

.lingue
{
    font-family: Tahoma;
    font-size: 8pt;
}


.modalPopup
{
    background-color: White;
    padding: 10px;    
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

ul, li
{
    margin-left: 10px; 
    padding-left: 0;
}
