/* 
	This style sheet is used for enabling users to print pages without repetitive navigation and graphics.
   	Copyright 2005 National Center for Appropriate Technology (NCAT). All Rights Reserved.
      
*/

body {
   background: #ffffff;
   font-size: 12pt;
   }

.hide {
    display: none;
	}
	
.breadcrumb {
	display: none;
	}	
	
