/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {

	font:14px/26px "SimSun","Microsoft YaHei","\5b8b\4f53","Arial Narrow",Helvetica;
	/*width: 100%;*/
	/*height: 100%;*/
	/*-webkit-filter:grayscale(100%);*/
	/*filter:grayscale(100%);*/
	/*filter:gray!important;*/
	/*-moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);*/
	/*filter:grayscale(1);*/

	/*filter:gray;*/
	/*font-size:small;  for IE */
	/*font:x-small;  for IE in quirks mode */
}
.huibai1{
	/*-webkit-filter:grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-ms-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
	/*filter:grayscale(1);*/
	/*filter:grayscale(100%);*/
	/*filter:gray;*/
}
#dimg{
	/*filter:gray!important;*/
}


/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:100% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}