/* foglio di stile per la stampa */

#no_print
{	
	display: none;
}
pre
{	
	font-family:	Courier New, monospace;
}
.titolo
{	
	font-size: 18px;
	font-weight: bold;
}
.catenaccio
{	
	font-size: 14px;
}
.occhiello
{	
	font-size: 11px;
}
.sommario
{	
	font-size: 11px;
	font-style: italic;
}
.autore
{	
	font-size: 10px;
}
.footer_prn
{	
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	word-spacing: 2px;
	font-weight: bold;
}
table.print_only
{	
	width: auto;
	border-bottom: solid, 1px, #000000;
	border-right: solid, 1px, #000000;
	border-left: solid, 1px, #000000;
	border-top: solid, 1px, #000000;
}
body
{	
	font-size: 10px;
	margin-left: 0.2cm;
	margin-right: 0.2cm;
	width: 20cm;
	padding: 0;
	float: none;
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;	
}