@CHARSET "UTF-8";
/* ============================================
 PRINT STYLES
 ============================================ */

body {
  font: 12pt/1.4 Arial, Verdana, Helvetica, sans-serif;
  padding: 10pt;
}

/* === Standard Elements =================================================== */

h1, h2, h3, h4 {
  color: #000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  page-break-after: avoid;
  page-break-before: auto;
}

h1 {
  font-size: 20pt;
  margin: 7pt 0 5pt 0;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4 {
  font-size: 13pt;
}

a {
  color: #000;
}

a img {
  border: none;
}

#content ul {
  margin: 0;
  padding: 0;
}

#content li {
  list-style-position: outside;
  list-style-type: square;
  margin: 0 0 0 15pt;
}


/* === Elements to hide ==================================================== */

#topright,
#footer, 
#skiplinks, 
#colright {
  display: none;
}


