/*
--------------------------------------------------------------
Print styles

Revision:      001
Last Updated:  15/08/2009 by scott darby
Created:       15/08/2009 by scott darby

Notes:         Set font sizes in pt for print

Reference:     http://www.alistapart.com/articles/goingtoprint/
---------------------------------------------------------------
*/

/* START Elements to hide: */
#nav,
#footer,
#quick-links,
#header     { display: none; height: 0; width: 0; line-height: 0; font-size: 0; }
/* END Elements to hide: */

body                  { background: white; font-size: 10pt; font-family: Arial, Helvetica, Sans-Serif; }
#wrapper        { width: auto; margin: 0; padding: 0; float: none!important; color: black; background: transparent none; }
#wrapper        { margin: 15% 7% 10%; }
a:link,
a:visited       { color: #006A8A; background: transparent; font-weight:bold; text-decoration:underline; }
