/* ----------------------------------------------------------------------------------------------------------------------------

    print.css

    +top

---------------------------------------------------------------------------------------------------------------------------- */


/* Hide Stuff */
#header,
#footer { display: none; }

/* Set default options for printing */
* { margin: 0; padding: 0; behavior: none !important; filter: none !important; }
body { font-family: arial, sans-serif; font-size: 12pt; line-height: 18pt; width: 100%; }
#content { padding: 20px 0; }
a { color: #888; text-decoration: none; }
img { border: none; }
table { margin-bottom: 15px; }

/* Headings */
h1, h2, h3, h4, h5 { font-family: arial, sans-serif; font-weight: bold; margin-bottom: 15px; }
h1 { font-size: 30pt; }
h2 { font-size: 24pt; }
h3 { font-size: 18pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }