body{
	margin:0px;
	background-color:#FFFFFF;
}

body,p,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#717171;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A86B9E;
	
}	

.RigaBassa {
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.RigaAlta {
	background-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.RigaSinistra {
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.RigaDestra {
	background-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.RigaDestraBassa {
	background-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.RigaDestraAlta {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
}
.RigaSinistraBassa {
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.RigaSinistraAlta {
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#wn_largo	{ 
	position:absolute; 
	left:0px; top:4px; 
	width:300px; height:325px; 
	clip:rect(0px, 300px, 315px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#hold_servizi	{ 
	position:relative; overflow:hidden;
	width:300px; height:315px; 
  z-index:100; 
	}
div#wn_servizi	{
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:315px;
	clip:rect(0px, 300px, 315px, 0px);
	overflow:hidden;
	z-index:1;
	}
div.content {
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	visibility:visible;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:160px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:136px;
  background: url("../images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  
li {
	list-style-image: url(finestre/img/quadratino.gif);
}
