@charset "utf-8";
/* ------------------------- TOC
print


------------------------- */

/* ============================== print */
@media print {
body {
	/* zoom: 75%; */
	background: none!important;
    }

.msie6 .ieGlobalNav ul,
.msie7 .ieGlobalNav ul,
.msie8 .ieGlobalNav ul{
    display:none;
    }

.msie6 a:link,
.msie6 a:visited,
.msie7 a:link,
.msie7 a:visited,
.msie8 a:link,
.msie8 a:visited{
	text-decoration:none!important;
    }
	
.msie6 img,
.msie7 img,
.msie8 img{
	border:0!important;
    }

}


/* ============================== for msie6 */
@media print {
	
/*.msie6 body{
	zoom:95%;
	}*/

.msie6 #bodyArea{
	clear:both;
    padding-top:13px;
    }

.msie6 .leftBox h1 {
    float: left!important;
	width:236px;
    margin: 4px 20px 0 0;
	padding:0;
    }

.msie6 .leftBox p.siteName,
.msie6 .leftBox p.siteNameFull {
    float: left!important;
    width: 260px;
	margin:0;
	padding:0;
    }

.msie6 div.rightBox{
    width: 189px;
	float: left!important;
	margin:0 0 0 -60px!important;
	padding:13px 0 0 0;
    }

.msie6 div.impressionBlockA01,
.msie6 div.impressionBlockA02{ 
    margin-left:0!important;
    clear:both;
    }


.msie6 div.searchBox,
.msie6 div#topicPath,
.msie6 div#listNav,
.msie6 div#relationalNavArea,
.msie6 ul.leftNav,
.msie6 ul.rightNav{
	display:none!important;
	}
}

/* ============================== for msie7 */

@media print {
	
.msie7 #bodyArea{
	clear:both;
    padding-top:13px;
    }

.msie7 .leftBox h1 {
    float: left!important;
	width:236px;
	padding-right:20px;
    }

.msie7 .leftBox p.siteName,
.msie7 .leftBox p.siteNameFull {
    float: left!important;
    width: 260px;
    }

.msie7 div.rightBox{
    width: 409px;
	float: right!important;
	padding-top:13px;
	text-align:right!important;
    }


.msie7 div.impressionBlockA01,
.msie7 div.impressionBlockA02{ 
    clear:both;
    }


.msie7 div.searchBox,
.msie7 div#topicPath,
.msie7 ul.leftNav,
.msie7 ul.rightNav{
	display:none!important;
	}
}

/* ============================== for msie8 */

@media print {
	
.msie8 #bodyArea{
	clear:both;
    }

.msie8 .leftBox h1 {
    float: left!important;
	width:236px;
	padding-right:20px;
    }

.msie8 .leftBox p.siteName,
.msie8 .leftBox p.siteNameFull {
    float: left!important;
    width: 260px;
    }

.msie8 div.rightBox{
    width: 409px;
	float: right!important;
	padding-top:13px;
	text-align:right!important;
    }


.msie8 div.impressionBlockA01,
.msie8 div.impressionBlockA02{ 
    clear:both;
}


.msie8 div.searchBox,
.msie8 div#topicPath,
.msie8 ul.leftNav,
.msie8 ul.rightNav{
	display:none!important;
	}
}