/*
 * Printing Stylesheet
 * version 3.0
 */
 
 /* remover any backgrounds */
* {
	background-image: none;
	background-color: #fff;
	color: #000;
}

/* adjust page margin now that floating navbar is gone */
HTML, 
BODY,
.content, 
#content {
	width: 100%;
	margin: auto;
}

BODY {
	font-family: "times new roman", times, serif;
	font-size: 12pt;
}

/* Hide Banner and Navbar for printing */
.warn,
#navbar, 
#banner {
	display: none;
	width: 0;
}

.buttonbar,
.warn,
.tailpiece ,
.upright,
.upleft { display: none; }

TABLE.prices { margin: .5em; border-collapse: collapse; border: 1px solid #000; width: 95%; }
TABLE.prices TH { border: 1px solid #000; }
TABLE.prices TD { border: 1px solid #888; }
TABLE.prices TD DIV { font-size: 8pt; }
TABLE.prices TD.bucks { width: 8em; text-align: right; }
