/*This is the WRLHC Print Preview style sheet*/

/* import existing print stylesheet */
@import "Print.css";

/* set styles for the preview message */
#preview-message {
	text-align: center;
	display: block;
	border: 1px solid #152497;
	background: #ffffff;
	padding: 2px 5px;}