@charset "UTF-8";
/* CSS Document */

body	{
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, arial;
	font-size: 10px;
	background-color: #9b9b9b;
	}

body,td,th {
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, arial;
	}
	
a, a:link, a:visited	{
	color:#9B9B9B;
	text-decoration:none;
	}
	
a:hover	{
	color:#FFF;
	}
.seemore:hover	{
	color:#FF6;
	}

a	{blr:expression(this.onFocus=this.blur());} /* 只支持IE，过多使用效率低 */
a:focus { -moz-outline-style: none; } /* IE不支持 */

.style1 {
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, arial;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
}
