@import url(/styles/default.css);


/*DIFFERENT FONTS THAN THE OTHER LANGUAGES - MAKES THE CHINESE MORE READABLE*/
body {
	font: 76% MingLiU, PMingLiU, MS Hei,Apple LiSung, Apple LiGothic, Biau Kai;
	color: #333;
	background: #fff;
}

/*DIFFERENT LINE HEIGHT TO MAKE THE HIGHLIGHTED MENU ITEM LINE UP CORRECTLY WITHIN THE BLUE BAR*/
#secondary-navigation li.current h3 {
	font-size: 1.1em;
	line-height: 22px;
	font-weight: normal;
	text-indent: 20px;
	width: 151px;
	height: 19px;
	color: #fff;
	background:  url(/images/templates/sidebar-selected.gif) no-repeat;
	margin-bottom: 5px;
}


/*DIFFERENT FONT - MAKES THE CHINESE MORE READABLE*/
#quicklinks li {
	padding: 0 0 0 12px;	
	margin: 0;
	font: italic 1em 76% MingLiU, PMingLiU, MS Hei,Apple LiSung, Apple LiGothic, Biau Kai;
	line-height: 1.2em;
}

#main-content h2 span {
	font-size:50%;
	font-weight:normal;
}

/* IE5/Win-specific CSS */
/* Important - this file must come below all others. */
@media tty {
 i{content:"\";/*" "*/}} @import '/styles/ie5win.css'; /*";}
}/* */
