@media print {
	
	#footer, .topmenu, #image_figure, #terms_outer, #sidetm, #sidemenu, #bottom, #home_footer_area, .box_top , .box_bottom, #submenu_outer, #strategiemenu {
		display:none;
	}
	
	.box_mid {
		height: inherit !important;
		top:0;
		margin:0;
		left:0;
	}
	
	.m_selected {
		font-weight:bold;
	}
	
	.sublink {
		color:#000 !important;
		height:30px !important;
	}
	
	body,div ,li span, h1, h2, h3, h4, h5, h6, em, a, small{
		color:#000 !important;
	}
	
	#content {
		top:0 !important;
		left:0 !important;
		margin:0;
	}

	body, .box_mid_wrap, .addMidBg {
		background:url("../img/hg_content/hg_content_whitepixel.png") #ffffff;
	}

}