/* $Id: example-print.css,v 1.2 2006/03/06 04:11:55 pat Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
 display:none;
}
.rhs {
 display:none;
}
.promo {
 display:none;
}
.homelink {
 display:none;
}
body, p, td, th, ul, a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
background-color: #fff; 
color: #000; 
}
.header {
background-color:#000000;}

img, div, p, h3, h4 {margin:0;border:0;}

.copyright {
	font-size: 10pt;
}
h2 {font-size:14pt;}







