/* HTML */
HTML,BODY {
 margin: 0px auto;
 padding: 0px;
 font-family: Verdana, helvetica, sans-serif;
 font-size: 12px;
 background-color: #FFF000;
}



IMG {
 border: 0px;
}



TABLE {
 font-size: 12px;
}


/* CLASS */

.master {
 margin: 0px;
 margin: auto;
 padding: 0px;
 border: none;
}


.tab {
 width: 870px;
}


.center {
 width: 528px;
 padding-left: 12px;
 padding-right: 14px;
}

.titolo {
 font-size: 18px;
 letter-spacing: 2px;
 font-weight: bold;
}
.titolo2 {
 font-size: 14px;
 letter-spacing: 1px;
 font-weight: bold;
}

.contenuto {
 width: 480px;
}


.bottone {
 width: 132px!important;
 width: 148px;
 height: 26px;
 background-image: url('img/sf_bottone.jpg');
 background-repeat: repeat-x;
 border: 1px solid #000000;
 font-size: 14px;
 letter-spacing: 2px;
 font-weight: bold;
 padding-left: 14px;
 color: #ffffff;
 margin-bottom: 4px;
 line-height: 24px;
}
.link_bottone {
 color: #ffffff;
}
.link_bottone:hover {
 color: #fff000;
}
.link_bottone2 {
 font-size: 11px;
 letter-spacing: 1px;
 color: #ffffff;
}


.bottone2 {
 width: 132px!important;
 width: 148px;
 background-image: url('img/sf_bottone2.jpg');
 background-repeat: repeat-x;
 border: 1px solid #000000;
 font-size: 13px;
 letter-spacing: 1px;
 font-weight: bold;
 color: #ffffff;
 margin-bottom: 12px;
 text-align: center;
 padding: 4px;
 background-color: #616161;
}

.bottone3 {
 width: 132px!important;
 width: 148px;
 background-image: url('img/sf_bottone2.jpg');
 background-repeat: repeat-x;
 border: 1px solid #000000;
 font-size: 14px;
 letter-spacing: 2px;
 font-weight: bold;
 padding-left: 14px;
 color: #ffffff;
 margin-bottom: 4px;
 line-height: 18px;
}





.nero1 {
 background-image: url('img/comune_small.jpg');
 background-repeat: no-repeat;
 height: 21px;
 color: #ffffff;
 background-color: #000000;
 padding-left: 34px;
}
.nero2 {
 background-image: url('img/comune_small2.jpg');
 background-repeat: no-repeat;
 height: 4px;
}

.nero {
 height: 21px;
 color: #ffffff;
 background-color: #000000;
 padding: 0px;
 margin: 0px;
 border: 0px;
}

.footer {
 height: 22px;
 color: #ffffff;
 background-color: #000000;
 padding: 0px;
 margin: 0px;
 border: 0px;
 font-size: 11px;
 text-align: center;
 color: #ffffff;
 letter-spacing: 1px;
}
.link_footer {
 color: #ffffff;
}
.link_footer:hover {
 color: #fff000;
}


.img_right {
 float: right;
 border: 2px solid #ff5a00;
 padding: 4px;
 clear: right;
}

.banner {
 margin-top: 28px;
 text-align: center;
}


.form {
 border: 1px solid #fcfcfc;
 background-color: #FFF1AF;
 padding: 8px;
 
}

.privacy {
 color: #6F6F6F
 font-size: 11px;
}


.tratteggio {
 border-bottom:1px dashed #CECECE;
}



/* LINK */
a {
 color: #001C6D;
 text-decoration: none;
}

a:hover {
 color: #ff0000;
 text-decoration: none;
}
