/*
-----------------------------------------------
Printable Styles
----------------------------------------------- */

body {font: 0.75em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; background: #fff; color: #000;}

/* big list of stuff not to print */
.jumplink,
.noShow,
.errorMessage
{display:none;}


/* show elements that are print-only */
.printOnly{display:block;}



