@charset "UTF-8";

/* ****************************************************
Title: print.css
Created: 2008/10/24
Last Modified: 2008/10/24
Editor(s): Frank
Last Editor: Frank
***************************************************** */


/* Table Of Contents
----------------------------------------

#02 for all browser

----------------------------------------*/


/* #02 for all browser
---------------------------------------------------------------------------- */

p.forPrint {
	display: block;
	font-size: 130%;
	font-weight: bold;
}

body,
div#pageBody {
	background: #FFF;
}

div#secondary,
dl#gNavi,
p.pageTop,
div#footer {
	display: none;
}

div#primary ol.belowFeatures {
	background: #FFF;
	font-size: 130%;
	text-indent: 0;
}

div#primary ol.belowFeatures li {
	font-weight: bold;
}