/* CSS print styles */


body 				{ background: white;
					  font-size: 12pt; }
					
a:link, a:visited 	{ color: #0033ff;
					  background: transparent;
					  font-weight: bold;
					  text-decoration: underline; }
		  
#content, #footer {display: block;}

#sidebar, #nav, #global, #subnav, #skip, #footer, #sidebar	{display: none;}


					


