/* CSS Document - from http://www.alistapart.com/stories/goingtoprint/ */

body {background: white; color:#000000; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12pt;}

#container, #footer {width: 6.5in; border: 0; margin: 0 auto; padding: 0; }

/* css-d list says to add this to print.css if the layout uses floats. */
* {float:none; }

/* items with these IDs or classes should NOT PRINT */
#menu, #banana, .noprint, .rightimage, .leftimage
	{display: none;}	

/* set fonts */
#body h1, #body h2, #body h3 {font-family: Verdana, Arial, Helvetica, sans-serif; }

/* set font sizes */
#body h1 {font-size: 18pt; font-weight: bold; margin-top: 1in;}
#body h2 {font-size: 14pt; font-style: italic; margin-top: 0.5in;}
#body h3 {font-size: 12pt; margin-top: 0.5in;}
#body p {font-size: 10pt; line-height: 1.5; margin-left: 0.5in;}
#body ul, #body ol {margin-left: 0.5in;}

p, td, ul, ol, form { font-size: 10pt; line-height: 1.5; }
li { padding-bottom: 1em;}

a {	color: #666; background: transparent; font-weight: normal; text-decoration: underline; }

#footer p { font-size: 8pt; line-height: 1.1; font-family: Verdana, Arial, Helvetica, sans-serif}

/* TABLES - styles in x.css for equipment data table style it nice for screen,  
but it doesn't print well. So here are some table print styles:
put some space in cells & put a border around cells */

table { padding:0; margin:0; page-break-inside: avoid;} /* width: 100%;  */
th, td, th p, td p { padding: 0 3pt; margin:0;}

.equip th {	text-align:left; }
.equip th p { font-family: Arial, sans-serif; font-weight:bold; padding: 0.25em;}
.equip th, .equip td {border: 1px solid #000;}
.equip td p {font-size: 1em; padding: 0.25em; }

td.sub { font-style:italic; }
td.center { text-align:center;}












