/* CLASSI PER I LINK */
a:link {
	color: #000;
	text-decoration: underline;
	content: " [" attr(href) "]";
}
a:visited {
	color: #000;
	text-decoration: underline;
	content: " [" attr(href) "]";
}
/* FINE CLASSI PER I LINK */
hr {
	display: none;
}
h1 { margin:0 }
h2 { margin:0 }
.noDisplay {
	display: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}

#topbar {
	display: none;
}

#bottom {
	display: none;
}

/* CLASSI PER IL BOX CENTRALE */
#C-top {
	text-align: left;
}

#C-lastInsert {
	text-align: left;
}

#C-lastInsert p {
	border-width: 0px;
	border-top-width: 1px;
	margin: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-style: solid;
	border-color: #000;
	font-weight: bold;
}

#C-lastInsert strong {
	font-weight: bold;
	font-size: small;
}

#C-lastInsert img {
	margin: 5px;
}

#C-lastInsert li {
	list-style-type: round;
	margin: 1px;
}

#C-lastInsert span {
	font-size: x-small;
}

#C-lastInsert .Pli {
	font-size: x-small;
	border: 0px;
	margin-left: 15px;
	margin-top: 1px;
	font-weight: normal;
}


/* CLASSI PER I BOX LATERALI */

.box {
	display: none;
}

/* CLASSI PER IL BOX INFERIORE */

#bottom-stampa {
	text-align: center;
	border: 0px solid #000000;
	border-top: 2px;
}
