@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━
Print Styles
--------------------------------------*/
@media print {

#headerArea {
	margin-bottom: 10px;
	background: none !important;
}
#headerArea #quickSearch {
	display: none;
}
#headerArea #fontSize {
	display: none;
}
#headerArea #subNav {
	display: none;
}
#headerArea #globalNav {
	display: none;
}
#topicPathArea {
	display: none;
}
#contentArea #subContent {
	display: none;
}
#footerArea {
	display: none;
}
#mainVisualArea {
	display: none;
}

}
