/*
	#############################
	PRINT STYLESHEET
	modified: 24OCT2003
	#############################
*/


body
{
	/* Set body margin and padding to get consistency between browsers. */
	margin: 0px;
	padding: 0px;
	/* Set general page defaults here. */
	background: #fff;
	font: normal normal normal 12pt Arial, Geneva, Lucida, sans-serif;
	text-decoration: none;
	color: #000;
	width: auto;
	/*height: auto;*/
}

#header, #leftColumn, #rightColumn, #footer
{
	display: none;
}

