/* File		print.css										*/
/*													*/
/* Purpose	This file contains the css 2 style sheet used for printing. The print style sheet	*/
/*		defines the css 2 style that is used when a webpage is printed to a printer.		*/
/*													*/
/* Copyright	Copyright (C) 2004, 2005 by Charles Henry Schoonover.					*/
/*		All rights reserved.									*/

body
   {
      widows			: 2;
      orphans			: 2;
   }

p
   {
      background-color		: inherit;
      color			: black;
      text-align		: justify;
   }

p.center
   {
      background-color		: inherit;
      color			: black;
      text-align		: center;
   }
   
blockquote
   {
      background-color		: inherit;
      color			: black;
      text-align		: justify;
   }

h1
   {
      background-color		: inherit;
      color			: black;
      text-align		: center;
   }

h2
   {
      background-color		: inherit;
      color			: black;
      text-align		: center;
   }

h3
   {
      background-color		: inherit;
      color			: black;
      text-align		: center;
   }
   
a
   {
      text-decoration		: none;
   }

td.header
   {
      display			: none;
   }

.w3cvalid
   {
      display			: none;
   }

td.search
   {
      display			: none;
   }

div.hidden_notice
   {
      display			: none;
   }

td.menu
   {
      display			: none;
   }

td.footer
   {
      display			: none;
   }
   
hr
   {
      background-color		: inherit;
      color			: black;
   }
