/* CSS Printing */

#head, #menu, .menuLeft, .noprint { display:none; }

#headPrint { display:block; }
	
body, div, table, tr, td { color:#000; font-size:10pt; font-family:"Times New Roman", Times, serif; }

h1, h2, h3 { font-size:14pt; font-weight:bold; }
	
a { font-weight:bold; text-decoration:none; color:#000; }

#footer { margin-top:10px; padding-top:10px; border-top:1px solid #000; text-align:center; }

#footer .footerLinks { display:none; }