/** stylesheet to use when printing the document **/
body {
	margin: 15px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 12pt;
	}
A {
	color: #003366;
	font-weight: bold;
	}
table.topBanner {
	display: none;
	}
.mainNavStyle { /** the table rows containing the sideNav cells **/
	display: none;
	}
.rightNavStyle { /** the boxes at right (in page control etc) **/
	display: none;
	}
.navTierDiv { /** sub nav divs onRollOver **/
	display: none;
	}
.footerLine { /** bottom links for text browser **/
	display: none;
	}
.no_print { display: none; }