@charset "utf-8";
body {
	margin: 0px;
	font-size: 9pt;
	color:#656565;
	font-family:"ËÎÌå",Verdana,Arial;
}
a:link {
	color:#656565;
	text-decoration: none;
}
a:hover {
	color: #656565;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #656565;
}
a:active {
	text-decoration: none;
	color: #656565;
}
.clear {
	clear: both;
}
.red{
	color:#FF0000;	
}
.indexlogo{
	width: 100%;
	height: 115px;
	line-height:60px;
	text-align:center;
}
.onShow
{
    background:url(../default/onShow.gif) no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onFocus
{
    background:url(../default/onFocus.gif) no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onError
{
    background:url(../default/onError.gif) no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onCorrect
{
    background:url(../default/onCorrect.gif) no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onLoad
{
    background:url(../default/onLoad.gif) no-repeat 3px 3px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
} 
