/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  font: 12pt;
}
h1, h2, h3, h4, h5, h6 {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

a, a:link, a:visited, a:hover, a:focus a:active {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

#outerWrapper {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #header {
  /*background-color: #fff;
  background-image: none;
  border-color: #000;  Sets the border color properties for an element using shorthand notation 
  color: #000;*/
  margin: 0 10px 0 0;
  display: none;
}

.p  {display: none;}

#outerWrapper #headerPrint {
	display:block;
	}

#outerWrapper #contentWrapper {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
   padding-top: 1em;
} 

#outerWrapper #contentWrapper #content {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #footer {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

