/* PRINTER STYLESHEET - Copyright (C) 2009-2011 Charles A Upsdell, All Rights Reserved; www.upsdell.com */


@media print
{
body
	{ font-size:11pt; max-width:100%; }
.small, div.sidebar td, div.sidebar p, div.sidebar ul li, small, p.footnote, p.subtitle
	{ font-size:9pt; }
a, a:link, a:visited, a:active, a:hover
	{ color:#000; background-color:transparent; }
body
	{ margin:0; padding:0; }
h1,h2,h3,h4,h5,h6
	{ color:#000; background-color:transparent; }
h3.section
	{ border:none; }
html
	{ margin:0; color:inherit; background-color:#fff; background-image:none; }
p#bak_space
	{ background-image:none !important; }
p#bak_space a
	{ color:#000 !important; background-color:#fff !important; }
p.em
	{ color:#000; background-color:#fff !important; font-weight:bold; padding:0; }
ul
	{ list-style-image:none; }
ul li ul
	{ list-style-image:none; }
span.printonly
	{ display:inline; }
.noprint
	{ display:none; }

div#masthead, div.subsitemenu, div#bottom
	{ display:none; }
div.page div.body div.canvas
	{ margin-left:0 !important; }
div.sidebar div.box
	{ color:#000; background-color:#fff; border:1px solid #000; }
table.faq tr.a th
	{ color:#999; background-color:transparent; }
table.faq tr td table.submenu tr.top td
	{ margin-top:1px; border:1px solid #000 !important; }
table.faq tr td table.submenu tr.top td.plain
	{ border:none !important; }
}


