/* -------------------------------------------------------------- 
  
 Hartija Css Print  Framework
   * Version:   0.8 (2008-03-10)
	 
-------------------------------------------------------------- */

	body {
   background: white;
   font-size: 12pt;
	}
   
//hide various parts from the site
	#fonts			{display:none;}
	div#fonts			{display:none;}
	#page				{
   width: 100%;
	 margin: 0 0;
   padding: 0;
   border: 0;
   }
	#menu				{display:none;}
	div#menu				{display:none;}
	#content		{
   float: none !important;
   width: 100%;
   clear: left;
	 margin: 0 auto;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
	 overflow: visible;
   }
   #footer			{
   width: 100%;
   clear: left;
	 margin: 0 auto;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   }
