/* CSS C.I.Be.C. 2005 */

p {
		font: 9pt/1.4em verdana, arial, helvetica;
		color: #000;
		margin-top:5px;
		margin-bottom:0px;
		text-align: justify;
}

/* ---------- main elements ---------- */

body {
	margin: 0px; 
	padding: 0px;
	font: 11pt verdana,helvetica,sans-serif;
}

img {
	display: none;
}
		


/* printheader */		

#printheader {
	font: 24pt trebuchet ms;
	padding: 0px;
	margin-bottom: 20px;
	height:50px;
	border-top: 5px double #666;
	border-bottom: 2px solid #666;
}

/* servicemenu */

#servicemenu {
	display: none;
}

/* entra */

#entra {
	display: none;
}

/* testa */

#testa {
	display: none;
}


/* scopri */

#scopri {
	display: none;
}

	
/* corpo */

#corpo {
	width: 600px;
	background : #fff;
	padding: 10px;
}

	#left {
		display: none;
	}
	
	#main {
		margin: 0px; 
	}
	
		#footer {
			display: none;
		}

	#right {
		display: none;
	}
	
/* piedipagina */

#printfooter {
	font: 9pt verdana, arial, helvetica;
	padding: 0px;
	margin-top: 20px;
	height:50px;
	border-top: 2px solid #666;
	text-align: right;
}


/* ---------- texts ---------- */

h1 {
		font: 16pt trebuchet ms;
		font-weight: 600;
		color: #000;	
		margin-bottom:5px;	
}

h2 {
	font-size: 1em;
	font-weight: normal;
	color: #369;
	padding: 10px 0;
	margin: 10px 0 0 0;
	float:right;
}

/* ---------- link ---------- */

a {
	font-weight:600;
	color: #000;
	text-decoration:underline;
}

