/*
double-byte -- contains reset css for doubble byte language support.
Author: Michael Wong
*/
/*
This style sheet should be conditinonally included with local sites that require a different 
font family and font size to render double-byte characters legibly.
*/


/* set font-family to Arial and generic sans-serif to match the settings for wam */
html body {
    FONT-FAMILY: "Microsoft YaHei","Î¢ÈíÑÅºÚ", Arial, "Helvetica Neue", Helvetica, sans-serif; /* 1 */
	font-size: 12px; /* reset base font-size for double-byte asian characters */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
/* ensure that web fonts don't display */
.mti-repaint {
	FONT-FAMILY: "Microsoft YaHei","Î¢ÈíÑÅºÚ", Arial, "Helvetica Neue", Helvetica, sans-serif;
}



.lm_home_code {
	Z-INDEX: 50; POSITION: fixed; WIDTH: 70px; BOTTOM: 0px; HEIGHT: 70px; LEFT: 0px
}
.lm_home_code A {
	WIDTH: 70px; FLOAT: RIGHT; HEIGHT: 70px; CURSOR: pointer
}
.lm_home_code IMG {
	FLOAT: RIGHT
}
.lm_home_code:hover SPAN {
	DISPLAY: block
}
.lm_home_code SPAN {
	POSITION: fixed; WIDTH: 154px; BOTTOM: 0px; DISPLAY: none; HEIGHT: 154px; LEFT: 51px
}