html, body  {
	background-color: #FFFFFF;
	margin: 0px;
	padding:0;
	height: 100%;
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	border: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}	

table th, table td  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
  	color: #000000;
  	line-height: 1.5em;
}

/**
* Testo Grigio
*/
.txt_pf01 {
		font-size:10px;
		font-style: normal;
		color: #666666;
		}
/**
* Testo Nero
*/
.txt_pf02 {
		font-size:10px;
		font-style: normal;
		color: #000000;
		}
/**
* Testo Bianco
*/
.txt_pf03 {
		font-size:10px;
		font-style: normal;
		color: #333333;
		}


img {  border: none;  }  

a.linklabel {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0D3668;
	text-decoration: none;
	display:block;
	height:17px;
	padding-top:3px;
	margin:0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:transparent url("../immagini/link.gif") bottom left repeat-x;
}

a.linklabel:hover {
	background:transparent url("../immagini/link_on.gif") top left repeat-x;
}

.bordertableazzurro {
	border: 1px solid #A5C8E6;
}
.bglabelnoatt {
	background-image: url(../immagini/link.gif);
	background-repeat: repeat;
}

.label {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	display:block;
	height:17px;
	padding-top:3px;
	margin:0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:transparent url("../immagini/link.gif") bottom left repeat-x;
}

.label2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	display:block;
	height:17px;
	padding-top:3px;
	margin:0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:490px;
		height:190px;
		overflow:hidden; 
		}
	#slider li{ 
		/*background:#D9DADD;*/
		background-image: url(../immagini/slider.png);
		background-repeat: repeat;
		}		
	#slider li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider li p{ 
		margin:20px;
		}				
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */

