/* Stylesheet for print media */

body {
	color:black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12pt; }
#usp-Footer { font-size:10pt;}

/* this is a list of stuff to hide */
.usp-NoPrint, #usp-GlobalNavigation, #usp-Header, #usp-LeftNavigation, .usp-SkipLink,
.usp-Delimiter, #usp-Footer span { display:none;}

/* unhide the <hr> to seperate the footer */
#usp-FooterDelimiter { display:block; }

