/* Default CSS Stylesheet for a new Web Application project */

body
{
    margin-top: 0px;
    font-family: Arial;
    font-size: 11px;
}

.body_titolo
{
    font-size: 24px;
    color: #FF6A09;
    font-weight: normal;
    text-decoration: none;
}
.body_titolo_small
{
    font-size: 11px;
    color: #FF6A09;
    font-weight: normal;
    text-decoration: none;
}
.body_titolo2
{
    font-size: 18px;
    color: Gray;
    font-weight: normal;
    text-decoration: none;
}
.body_menu_1
{
    font-size: 11px;
    color: #5B5A55;
    font-weight: bold;
    text-decoration: none;
}

.body_menu_2
{
    font-size: 12px;
    color: Gray;
    font-weight: bold;
    text-decoration: none;
}
.body_menu_verde
{
    font-size: 11px;
    color: #008b41;
    font-weight: bold;
    text-decoration: none;
}

.body_text
{   
     text-align:left;  
      color: #000;
     font-family:Verdana;  /*,Arial, Helvetica, Sans-Serif;*/
      font-size: 11px;
    font-weight: normal;
    text-decoration: none;
     line-height:15px;
      letter-spacing:0,09em;
      
}


.body_text2
{
    font-size: 11px;
    color: #666;
    font-weight: normal;
    text-decoration: none;
}
.body_news
{
    font-size: 11px;
    color: #2e8bc1;
    font-weight: normal;
    text-decoration: none;
}

a
{
    font-size: 11px;
    color: #2e8bc1;
    text-decoration: none;
    font-weight: normal;
}
a:visited
{
    font-size: 11px;
    color: #2e8bc1;
    text-decoration: none;
    font-weight: normal;
}
a:hover
{
    font-size: 11px;
    color: #2e8bc1;
    text-decoration: underline;
    font-weight: normal;
}

.MENU
{
    font-size: 13px;
    color: gray;
}
a.MENU
{
    font-size: 13px;
    color: gray;
    text-decoration: none;
    font-weight: bold;
}

a:visited.MENU
{
    font-size: 13px;
    color: gray;
    text-decoration: none;
    font-weight: bold;
}
a:hover.MENU
{
    font-size: 13px;
    color: #008b41;
    text-decoration: none;
    font-weight: bold;
}




.MENU2
{
    font-size: 10px;
    color: gray;
}
a.MENU2
{
    font-size: 11px;
    color: gray;
    text-decoration: none;
    font-weight: bold;
}

a:visited.MENU2
{
    font-size: 11px;
    color: gray;
    text-decoration: none;
    font-weight: bold;
}
a:hover.MENU2
{
    font-size: 11px;
    color: #FF6A09;
    text-decoration: none;
    font-weight: bold;
}


.MENU3
{
    font-size: 16px;
    color: #008b41;
    font-weight: bold;
}
a.MENU3
{
    font-size: 16px;
    color: #008b41;
    text-decoration: none;
    font-weight: bold;
}

a:visited.MENU3
{
    font-size: 16px;
    color: #008b41;
    text-decoration: none;
    font-weight: bold;
}
a:hover.MENU3
{
    font-size: 16px;
    color: #008b41;
    text-decoration:underline;
    font-weight: bold;
}

