body {
	margin: 0;
	background-image: url(../immagini/sfondo.jpg);
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titoletto {
	color:#3366CC;
	font-weight:bold;
	
}

/*                   BOX CENTRALE        */

.centralBox {
	padding: 10px;
	text-align: justify;
	color:#666666;
}


.titolo { 
	text-align:left; 
	font-size: 18px; 
	font-weight:bold;
	color:#3366CC;
}


/*                     MENU                        */
/* ----------------------------------------------- */
.menu {
	padding: 6px;
}

.menu a{
	background-image: url(../immagini/bullet_menu_out.gif);
	background-position: 10px; 
	background-repeat: no-repeat;
	padding-left: 36px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	color: #3366CC;
}

.menu a:hover {
    background-image: url(../immagini/bullet_menu_over.gif);
	background-position: 10px; 
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-decoration: underline;
}


/* POP-UP */

.corpoPopup {
	width:400px;
	text-align:left;
	margin:10px;
	padding:10px;
	background-color:#FFFFFF;
	FILTER = (alpha, 50);
}


/* TABELLE ELENCO */

.staffTD_right { 
	text-align:left; 
	vertical-align:top; 
	font-weight:bold;	
}

.staffTD_left{
	text-align:left;
}
