@charset "UTF-8";

/*******************************************************************************
  For print media
*******************************************************************************/

body,
div.wrapper {
	width: 100% !important;
}
body,
#HEADER {
	background-image: none !important;
}
#HEADER #GLOBALNAV,
#HEADER #BREADCRUMBS,
#HEADER #SEARCH,
#CONTENT p.link,
#CONTENT div.footer_lv1 p.top_of_page_link,
#CONTENT div.footer_lv1 ul.footnav,
#FOOTER div.content_lv1 ul.links {
	display: none !important;
}
a {
	text-decoration: none !important;
}

/***************************************
  For main index
***************************************/

#CONTENT div.main_index_footer_lv1 ul.main_index_footnav {
	text-decoration: none !important;
}

/***************************************
  For faq page
***************************************/

#CONTENT div.faq_page_content {
	float: none !important;
	width: auto !important;
}
#CONTENT div.faq_page_aside {
	display: none !important;
}


