.HEADER
{
    font-family: Tahoma;
    font-size: 11px;
    color: White;
    text-decoration: none;
}
.HEADER:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: White;
    text-decoration: underline;
}

TD.MENU
{
    background: url('IMAGES/fonMenu.gif');
}
a.MENU
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
a.MENU:hover
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #808080;
    text-decoration: none;
}
.TESTO
{
    font-family: Tahoma;
    font-size: 11px;
} 
a
{
    font-family: Tahoma;
    font-size: 11px;
    color: blue;
    text-decoration: none;
}
a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: blue-light;
    text-decoration: underline;
} 

.MAIN
{
    background: url('IMAGES/fon01.gif') repeat-x;
}
.TITLE
{
    background-image: url('IMAGES/fon_right.gif');
    font-size:14px;
    text-align: center;
    font-family: Tahoma;
}

