/* Print Stylesheet */


/***** DEFAULT ELEMENTS *****/

/* ROOT ELEMENTS */
body { color: #000; font-size: 10pt; line-height: 1.5; background: none !important; }

/* LINKS */
a:link, a:visited,
#content a:link, 
#content a:visited { color: #000; text-decoration: underline; background-color: transparent; }

/* ADDITIONAL TEXT ELEMENTS */
blockquote { color: #000; }
code { color: #000; font-family: "Courier New", Monaco, Courier, monospace; }

/* HORIZONTAL RULES */
hr { color: #ccc; background: #ccc; height: 1px; }


/***** THEME STYLES *****/

/* PAGE + WRAPPERS */
#wrapper { background: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

