html, body, form
{
    margin: 0px;
    padding: 0px;
    background: #cccccc url(../images/sfondonet.png) repeat-x;
    width: 100%;
    height: 100%;
    font-family: Verdana;
    font-size: 12px;
}

a:link, a:visited, a:active
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a:hover
{
    color: #990000;
    text-decoration: underline;
}

.MainTable
{
    width: 1000px;
    margin: auto;
}

.MainTable .ContentZone
{
    width: 800px;
    background: #dedede;
    vertical-align: top;
}

.MainTable .LeftZone
{
    width: 200px;
    background: #004065;
    vertical-align: top;
}

.Menu
{
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
}

.Menu LI
{
    list-style-type: none;
    margin: 5px 0px 5px 0px;
    padding-left: 5px;
}

.Menu A
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.Menu LI A:HOVER
{
    color: #f6a800;
}

.Menu li ul
{
    top: -5px;
}
