/*
	AProv LIQUID stylesheet - print version
	Author: stefano.bonzi@siag.it
	Version: October 2005

	Uncredited authors: please, contact me!
*/

/* Undo browser defaults
-------------------------------------------------- */
/*
	Qui viene azzerata la formattazione di default
	applicata dai browser ad alcuni elementi
	
	credits:
		tantek.com/log/2004/undohtml.css
		www.meyerweb.com/eric/thoughts/2004/09/15/emreallyem-undoing-htmlcss/
*/

body {
	font: 13pt/1.25 serif;
	background: White;
	color: Black;
}

#corporateNavigator,
#searchForm,
#serviceNavigator,
#mainNavigator,
#contextNavigator,
#footer h2,
hr.clear,
h2.areaIdentifier,
#header h2,
#accessibility {
	display: none;
}

#footer {
	text-align: center;
	margin-top: 1em;
	font: 9pt/1.25 sans-serif;
}

#footer p {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

hr {
	display: none;
}