/* Page Defailts for styles used when a page is printed   */
/* Mostly hide divs so they do not show on print pages    */
/* There is also some css in the templatesNavigatiion.xsl */
/* for managing the padding on the main page content div  */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: black;
  /* Makes sure pages that do not fill the screen   */
  /* do not show any background color we don't want */
  background-color: white;
}


.PrintHide {
  display: none;
}







