	h1, h2, h3, h4, h5, h6 {
		color: black !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/*
	p {
		font-size: 10pt !important;
	}
	*/

	/* all HTML */
	* {
		color: black !important;
	}

	div.cws {
		display: none;
	}

	ul.nav {
		display: none;
	}

	div.printOnly {
		display: block;
		clear: both;
	}

	div.noPrint {
		display: none;
	}

	/* print links in paranthesis
	a:after {
		content: " (" attr(href) ") ";
	}
	*/

	.breakBefore {
		page-break-before: always; 
	}
	.breakAfter {
		page-break-after: always; 
	}
