/*----- body -----*/
body {
	SCROLLBAR-FACE-COLOR: #E4E4E4;
	SCROLLBAR-HIGHLIGHT-COLOR: #E4E4E4;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-3DLIGHT-COLOR: #666666;
	SCROLLBAR-ARROW-COLOR:  #666666;
	SCROLLBAR-TRACK-COLOR: #E4E4E4;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	background-color: #E6E3DF;
}

/*----- testo -----*/
.testo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #040203;
	text-decoration: none;
	text-align: justify;
}
.testo a:link { color: #040203; text-decoration: none; text-align: justify; }
.testo a:hover { color: #064882; text-decoration: none; text-align: justify; }
.testo a:active { color: #040203; text-decoration: none; text-align: justify; }
.testo a:visited { color: #040203; text-decoration: none; text-align: justify; }

/*----- testo -----*/
.testo_blu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #064882;
	text-decoration: none;
}
.testo_blu a:link { color: #064882; text-decoration: none; }
.testo_blu a:hover { color: #064882; text-decoration: none; }
.testo_blu a:active { color: #064882; text-decoration: none; }
.testo_blu a:visited { color: #064882; text-decoration: none; }


/*----- men normale -----*/
#menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #040203;
	text-decoration: none;
}
#menu a:link { color: #040203; text-decoration: none; }
#menu a:hover { color: #064882; text-decoration: none; }
#menu a:active { color: #040203; text-decoration: none; }
#menu a:visited { color: #040203; text-decoration: none; }

/*----- men� selezionato -----*/
.menu_sel {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #064882;
	text-decoration: none;
}
.menu_sel a:link { color: #064882; text-decoration: none; }
.menu_sel a:hover { color: #064882; text-decoration: none; }
.menu_sel a:active { color: #064882; text-decoration: none; }
.menu_sel a:visited { color: #064882; text-decoration: none; }

/*----- copy -----*/
.copy {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #040203;
	text-decoration: none;
}
.copy a:link { color: #040203; text-decoration: none; }
.copy a:hover { color: #040203; text-decoration: none; }
.copy a:active { color: #040203; text-decoration: none; }
.copy a:visited { color: #040203; text-decoration: none; }

/*----- separatore linea orizzontale del menu -----*/
.sep_menu { background-color: #B9C9D6; }

/*----- titoli blu -----*/
.titoli {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #064882;
	text-decoration: none;
}
.titoli a:link { color: #064882; text-decoration: none; }
.titoli a:hover { color: #064882; text-decoration: none; }
.titoli a:active { color: #064882; text-decoration: none; }
.titoli a:visited { color: #064882; text-decoration: none; }

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:382px;
		height:333px;
		overflow:hidden; 
		}	

/* // Easy Slider */