/**
 * print.css
 *
 * Printer-friendly stylesheet
 */

body { font-family: "georgia", sans-serif; background: #FFF; font-size: 9pt;}
#nav, #subtitle, #footercredits { display: none;}
#main { margin-top: 5px;}
#side { float: right; border-bottom: 1px solid #999; padding: 0 0 10px 10px; width: 25%; margin: 0 0 10px 10px;}
#title h1 { font-weight: normal; font-size: 35px; border-bottom: 1px solid #333;}
#footerlinks, #footer a { display: none;}

h1 { font-weight: normal; font-size: 200%;}
h2 { font-size: 160%; font-weight: normal;}
h3 { font-size: 120%; font-weight: bold;}
h4 { font-size: 100%; font-weight: bold;}
h5 { font-size: 80%; font-weight: bold;}
h6 { font-size: 60%; font-weight: bolder;}
.acc, #chgapp, #search { display: none;}

a {color: #000 !important;}
