/* print styles */
	body { background-color : #000000; color : #ffffff; }

h1 { color : #FFFFFF; font: normal normal 24pt Georgia; text-align: center; text-decoration: none; }

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : Georgia "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
 
/*The code { display: none; } will not render the content of the div to the printer when the page is printed.*/

div.heading {  }

div.banner { display: none; }

div.redbar { display: none; }

div.redbar {  display: none; }

div.projector { display: none; }
.projector { position: absolute; top: 0px; left: 1%; z-index: 1; }

.content { position: absolute; top: 100px; left: 1%; margin: 0em 0em 0em 0em; padding: 0em 1em 1em 1em; font: normal normal bold 12pt Georgia; width: 95%; border: thin solid black; ;




