h1 {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}


/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
}

#navigation, #footer, .noprint {
	display: none;
}

.pagebreak {
	page-break-before:always;
}

.noscreen {
	page-break-inside:avoid;
}
