@media print
{


	.noprint { display:none !important; }

	#navMain,
	#navService,
	#barSide,
	#barService,
	#navTools
	 {
		display: none;
		}
		
	
	
	a:link:after, a:visited:after {
		content: "";
		text-decoration: none;
		border-bottom-width: 0;
		}
	
	#hd {
		}
	#hd #siteLogo {
		float: right;
		margin-right: 1em;
		}
	#hd #siteLogo {
		text-decoration: none;
		}
	#hd h1 {
		font-size: 2em;
		padding-top: 10px;
		margin-bottom: 0.5em;
		font-weight: normal;
		}
	h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
		
	#hd h1 strong {
		display: block;
		font-size: 1.5em;
		}
		
	#bd {
		}
	
	#bd img {
		margin: 1em 0;
		}
		
	table   { margin-bottom: 1.4em;}
	th      { font-weight: bold; }
	th, td  { border-bottom: 1px solid #9a9996; text-align: left; }
	thead th { border-bottom: 2px solid #000; }
	th,td   { padding: 4px 10px 4px 0; }
	tfoot   { font-style: italic; }
	caption { font-weight: bold; margin-bottom: 1.5em;}
}