/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-size:10pt;
	color:#000;
	background-color:#fff;
	background-image:none;
}

/* This class is for elements that should appear only in the printed version of a page */
.printOnly {
	display:block;
}


.pageBreak {
	page-break-before:always;
}

#divHeader, #divLogo, #divNav, #divLeftColumn, #divFooter {
	display:none;
}

#divContent {
	width:100%;
}
