body{
    font-family:'Lucida Grande',Geneva,Verdana,Arial,sans-serif;
    font-size:12px;
}
    
h1{
    font-family:"Trebuchet MS",Trebuchet,Helvetica,Arial,sans-serif;
    font-weight:bold;
    font-size:16px;
    color:#B12408;
    margin-top:20px;
    letter-spacing:1px;
    background:#fff url(img/ombra_box.png) repeat-x scroll center top;
    padding-top:5px;
    padding-left:5px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
}
h2{
    font-family:"Trebuchet MS",Trebuchet,Helvetica,Arial,sans-serif;
    font-weight:bold;
    font-size:10px;
    color:#547213;
    margin:2px;
    /*border-bottom:1px solid #A4BA71;*/
    /*margin-left:10px;
    margin-right:10px;*/
}
h3{
    font-family:"Trebuchet MS",Trebuchet,Helvetica,Arial,sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#547213;
    margin:2px;
    border-bottom:1px solid #A4BA71;
    /*margin-left:10px;
    margin-right:10px;    */
}
h4{
    font-family:"Trebuchet MS",Trebuchet,Helvetica,Arial,sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#547213;
    margin:2px;
    border:none;
}
h5{
    font-family:"Trebuchet MS",Trebuchet,Helvetica,Arial,sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#293808;
    margin:2px;
    border-bottom:1px solid #A4BA71;
    border-top:1px solid #A4BA71;
    text-align:center;
}
hr{
    border:none;
    border-bottom:1px solid #7a9d2d;
}

p{
    font-family:"Trebuchet MS",Trebuchet,Helvetica,Arial,sans-serif;
    text-align:justify;
    padding-left:15px;
    padding-right:15px;
    line-height:22px;
}
a{
    color:#7a9d2d;
}
a:hover{
    color:#ffc466;
}

    
    .ul_menu_principale{
        margin:2px;
        padding:0px;
        margin-top:5px;
        margin-bottom:5px;
    }
        .ul_menu_principale li{
            display:inline;
            margin:0px;
            padding:0px;
            padding-right:20px;
        }
        .ul_menu_principale a{
            text-decoration:none;
            color:#fff;
            font-weight:bold;
            padding-left:15px;
        }
        .ul_menu_principale a:hover{
            text-decoration:none;
            color:#ffc466;
        }
        .ul_menu_principale .menu_selezionato{
            background-image:url(img/punto_lista_01.png);
            background-repeat:no-repeat;
            background-position:0px 3px;
        }
        .ul_menu_principale .menu_spento{
            background-image:url(img/punto_lista_02.png);
            background-repeat:no-repeat;
            background-position:0px 3px;
        }

    .ul_menu_principale_basso{
        list-style:none;
        margin:2px;
        padding:0px;
        margin-top:10px;
    }
        .ul_menu_principale_basso li{
            display:inline;
            margin:0px;
            padding:0px;
            padding-right:20px;
        }
        .bordo_basso a{
            text-decoration:none;
            color:#eee;
            font-weight:normal;
        }
        .bordo_basso a:hover{
            text-decoration:none;
            color:#ffc466;
        }
        .ul_menu_principale_basso .menu_selezionato{
            font-weight:bold;
        }
        .ul_menu_principale_basso .menu_spento{
            font-style:normal;
        }        
    .bordo_basso{
        font-size:10px;
        color:#353;
    }
    


