/* Print CSS style sheet for nwasoft.com */

/* This style sheet, print.css,  contains styles that override	*/
/* the same-name styles in global.css because print.css is 		*/
/* linked AFTER global.css.										*/
/* The intent is to set the 'display' attribute of selected 	*/
/* page elements to 'none' so that they are hidden when a page	*/
/* is printed, preventing key content from being clipped at the */
/* right edge of the page. 										*/

p, li, td, th, dt, dd, blockquote, input, textarea, select {
	font-size: 10pt;   /* x-small CMD 12px; */
	}

/* Cell containing subtable of nav head and widgets on left. */ 
/* PRINT: Set display to none to suppress this column in the layout. */ 
.tmpmain-tdnavmain {
	display: none;
	}

/* Cell containing vertical rule. */ 
.tmpmain-tdvertline {
	display: none;
	}

/* left margin and bar height for bread-crumb list */
img.trail-spacer { 
	width: 40px;
	}

