BODY {
/* 
scrollbar-face-color:#e0e0e0;
scrollbar-highlight-color:#fffff0;
scrollbar-3dlight-color:#333333;
scrollbar-darkshadow-color:#333333;
scrollbar-arrow-color:#009d00;
scrollbar-track-color:#f2f2f2;
background-color="#ffffff";
*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left:0px;
margin-top:0px;

}

.sfondo {
	background-image: url(sistema/immagini/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.table_tutti {
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
}

.table_tutti_blu {
border-left: 1px solid #00509f;
border-right: 1px solid #00509f;
border-top: 1px solid #00509f;
border-bottom: 1px solid #00509f;
}

.table_dx_sx_sotto_blu {
border-left: 1px solid #00509f;
border-right: 1px solid #00509f;
border-top: none;
border-bottom: 1px solid #00509f;
}

.table_sotto_blu {
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid #00509f;
}

.table_sotto_sopra {
border-left: none;
border-right: none;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.table_sotto_sopra_3d {
border-left: none;
border-right: none;
border-top: 1px double #000000;
border-bottom: 1px double #000000;
}

.table_sotto {
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid #000000;
}

.table_sotto_tratteggiata {
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px dotted #000000;
}

.table_sopra_tratteggiata {
border-left: none;
border-right: none;
border-bottom: none;
border-top: 1px dotted #000000;
}

.table_menu {
border-left: 1px #CCCCCC solid;
border-right: 1px #666666 solid;
border-bottom: 1px #000000 solid;
border-top: 1px dotted #FFFFFF;
}

.table_dx {
border-left: none;
border-right: 1px solid #000000;
border-top: none;
border-bottom: none;
}
.table_sx {
border-left: 1px solid #000000;
border-right: none;
border-top: none;
border-bottom: none;
}

.table_sx_sotto {
border-left: 1px solid #000000;
border-right: none;
border-top: none;
border-bottom: 1px solid #000000;
}

.table_dx_sopra {
border-left: none;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: none;
}


ul.listadisc li {
list-style-type : disc; 
color: red;
}


p {font-size: 12px;}

.immagine_sx {
float: left;
margin: 0px 10px 10px 0px;



}
.immagine_dx {
float: right;
margin: 10px 0px 10px 10px;

}
.immagine_c {
float: middle;
margin: 10px 10px 10px 10px;

}


.pulsante { 
margin: 5px 0px 0px 0px;
} 

.areatesto {
background-color: white; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
height: 20px;
width: 30px;
font-size: 12px;
margin: 0px 0px 0px 0px;

}

.listboxsearch {
background-color: white; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
height: 20px;
width: auto;
font-size: 12px;
margin: 0px 0px 0px 0px;

}

.areatestosearch {
background-color: white; 
font-family:Verdana, Arial, Helvetica, sans-serif;
height: 20px;
width: 100px;
font-size: 12px;
margin: 0px 0px 0px 0px;

}

.areatestogrande {
background-color: white; 
font-family: Arial;
height: 150px;
width: 200px;
font-size: 12px;
margin: 0px 0px 0px 0px;

}
A:LINK {
color : #00509f;
text-decoration: none;
} 

A:VISITED {
color : #0066cc;
text-decoration: none;
} 

A:HOVER {
color : #00509f;
text-decoration : underline;
} 

A:ACTIVE {
color : #00509f;
text-decoration: none; } 

