/* Screen styles */
.noprint {
	/* display:block; */
}
.flyer {
	border: 1px dashed silver;
	background-color: white;
}

.pageWidth {
	width: 770px;
	margin-left: auto; margin-right: auto;  /* needed by NS to center the page content */
}
