/* print.css */

* 															{ background-color:white !important; background-image:none !important; }
body 														{ margin:0; padding:0; background:none; color:#000; font:normal 10pt/1.5 Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 											{ font-family: Arial, Helvetica, sans-serif; }
code 														{ font:.9em "Courier New", Monaco, Courier, monospace; }
thead 														{ display:table-header-group; }
tr 															{ page-break-inside:avoid; }
                                            				
img 														{ float:left; margin:1.5em 1.5em 1.5em 0; }
a img 														{ border:none; }
                                            				
hr															{ width:100%; height:2px; margin:2em 0; padding:0; background:#ccc; color:#ccc; border:none; }
blockquote													{ margin:1.5em; padding:1em; font-style:italic; font-size:.9em; }
.small														{ font-size:.9em; }
.large														{ font-size:1.1em; }
.quiet														{ color:#999; }
.hide														{ display:none; }

/* float: none; for all floated elements */
#content 													{ float:none !important; }

/* things to hide */
#skip 														{ display:none; }

/* page break */
.page-break 												{ page-break-before:always; }

/* anchors */
a:link, a:visited 											{ background:transparent; color:#520; font-weight:bold; text-decoration:underline; }
a:link:after, a:visited:after 								{ content:" ["attr(href)"] "; font-size:90%; font-style:italic; font-weight:normal; }
