		/*  Regole generali di layout */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 13pt !important;
	line-height: 150%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 7in;
  	 }
	 

	
#wrapper	{
	width: 7in;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: 0;
	background: white;
	color: black;
	}	

#header	{
	display: none;
	}
	
#leftmenu	{
	display: none;
	}
	
#search	{
	display: none;
	}
	
img#citta {
	display: none;
}

#leftbar	{
	display: none;
	}

#pagebody	{
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	}
		
#pagebody h1 {
	font-size: 18pt;
}

#pagebody h2 {
	font-size: 16pt;
}

#pagebody  h3 {
	
	font-size: 18px;
	
}

.boxdue  h3 {
	
	font-size: 14px;
	}


#pagebody a {
	color: black;
	text-decoration: underline;
}

#pagebody img {
	margin: 2px 10px 0 2px;
	float: left;
}



.tratteggioa
{
	
	width: 100%;
	border:0;
	border-bottom:1px solid #666666;
	margin-top:-10px;
	margin-bottom:8px;
	clear:both;
}

.tratteggiob
{
	
	width: 100%;
	border:0;
	border-bottom:1px solid #666666;
	margin-top:-20px;
	margin-bottom:8px;
	clear:both;
}


#footer {
	
	display: none;
	
	/*color: #000;
	font-size: 10pt;
	border-top: 1px dotted #848484;
	text-align: center;
	margin-top: 100px;
	padding-top: 6px;*/
}

.rightmenu	{
	display: none;
	}
	
		/*  Per l'accessibilità */
	
hr {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	}
	
	
		/*  Sempre utili */
	
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	}
