.titoli {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #996600;
    text-align: left;
}
.descrizioni {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    padding: 2px;

}
.camponote {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #CC9966;
    padding: 3px;
    text-indent: 2pt;
    text-align: left;
    vertical-align: baseline;
}
.thumbnail {
    border: thin solid #CC9933;
    width: 80px;
    height: 80px;
}
.notebkg {
    background-image: url("../_imgs/note_bkg_repeat.jpg");
    background-repeat: repeat-y;
}
.noteheader {
    background-attachment: fixed;
    background: url("../_imgs/note_header.gif") no-repeat;
    background-position: center bottom;
    float: no;
    padding-top: 0px;
    padding-right: 0px;

}
.notefooter {
    background-attachment: fixed;
    background: url("../_imgs/note_footer.gif") no-repeat;
    background-position: center top;
}
.noteDbkg { 
    font-family: Verdana,Arial,Helvetica;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    text-align: justify;
    vertical-align: top;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 3px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../_imgs/note_main_bkg.jpg);
    background-position: center top;
}
