
@media print {
	h1 { margin-top: 50; color: black; }
	div { margin: 0,0,0,0; padding: 0,0,0,0; }
	.print_cell { 
		display: table-cell;
	}
	.print_row {display: table-row;}
	.print_sup { 
		display: inline;
		font-size: 50%;}
	.noprint { display: none; }
	.Button { display: none; }
	.ButtonSmall { display: none; }
	#header { display: none; }
	#menu { display: none; height: 0;}
	#footer { display: none; }
	#content_main a {color: black;}
	#content_msg {display: none; }
	#ds_conclass { display: none; }
	a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	}
		
	.table_hd {color: black; font-size: 12px }
	
	.table_hd1 {color: black; font-size: 12px }
	
	.results_hd {
		color: black; 
		font-size: 50%;
		background-color: lightgrey;}

	.results_item {
		font-size: 50%;}
		
	.chromestyle { display: none;}
	
}
