

body {
 background: url(/images/layout/sfondoHome.gif);
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 71%;
 margin: 0;
}

h1 { margin:0; padding: 0; }
.Hidden { display: none; }
.Color004F9C {color: #004F9C;}
.ColorF74231 {color: #F74231;}
.style1 {font-size: 12px; font-weight: bold; font-family: verdana; }
.style2 {font-size: 13px; font-weight: bold; font-family: verdana; }
.style3 {font-size: 17px; font-family: verdana; }

#Contenitore { margin: 10px;}
#Header { background: #E6EFEE; border-top: 5px solid red; border-bottom: 1px solid #004F9C; }
#Contenuto {padding: 1em; background: #FFFFFF url(/images/layout/fondo.jpg)  bottom right no-repeat; height:320px}
#Contenuto.NoBg { background: #FFF; }
#TxtBox { float: left; width: 100%; margin: 10px 0; }
#TxtBox img { float: left; margin-right: 10px; }
#Clearer { clear: left; }
#Logo { margin: 5px; }
input#SubmitButton { border:1px solid #001f6f; color:black; background-color:white;}
//.RedDot {list-style-image: url(/images/layout/redcircle.gif); }
.RedDot {list-style-type: none }
UL      {
        display: block;
        margin: 0 0;
        padding: 0 0 0 0px;
        }
        
li {
    padding-left:10px;
    background:transparent url(/images/layout/redcircle.gif) no-repeat;
    background-position:0 5px;
}
a {
 color:#004F9C; font-weight:bold; text-decoration:none;
}
a:hover {
 color:red;
}