/* Global Print CSS */

body {
  font-family: Arial, Helvetica;
  font-size: 10pt;
}

h1 {
	font-size: 15pt;
	text-decoration: underline;
}

a {
  color: black;
}

/* add a line to help separate the header from the content */
div#printPageHeader {
	border-bottom: 1px solid black;
	padding-bottom: 0.5em;
}

div#printPageHeader img {
	vertical-align: middle;
}

/* hide the header */
div#pageHeader {
	display: none;
}

/* hide the navbar */
div#navbar {
  display: none;
}

/* add a line to help separate the footer from the content */
div#pageFooter {
	border-top: 1px solid black;
	padding-top: 0.5em;
}

/* hide the links in the footer */
div#pageFooterContent span {
	display: none;
}