@charset "utf-8";
/* CSS Document */

/* Print stylesheet for chinese sites */


#leftcol, #footer, #strap { 
	display: none; 
	}
	
	
div.headersim, div.headertrad {
	display: none; 
	}
	
 #wrapper {
	border: none;
	}	

img {
		display: none;
	}	


body {
	background: #FFF;
}

 #content {
	display: static;
	width: 6in;
	margin-left: 0;
	margin-right: 0;
	color: #000;
}	
 			
#content p a:link, #content p a:visited {	
	color: #000;
	text-decoration:underline;
}

#content h1 {
	font-size: 18pt;
	font-weight: bold;	
}	

#content h2   {
	font-size: 12pt;
	font-weight: bold;	
	}	


#content h5 {
	color: #000;
	font-size: 12pt;
	font-weight: bold;
}

#content h6 {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
}




