/* Get the colours and fonts right for printing */
body {
  color: black;
  background-color: white;
  font: 100% Helvetica, Arial, sans-serif;
}

h1 { font-family: Helvetica, Arial, sans-serif; font-size: 14pt; }
td { font-family: Helvetica, Arial, sans-serif; font-size: 9pt; }

/* Force the page to be 100% wide so it will print correctly */
#PageBorder { border: 0; width:100%; }

#PageContent { border: 0; width:100%; }
#PageMenu { border: 0; width:0%; }

/* Remove headers and footers when printing */
div#header, div#footer, div#nav, div#contactform {
  display: none;
}

.ShortList {display:none;}
