@charset "gb2312";
body {
	text-align: center;
	margin-top: 0px;
	font-size: 13px;
	line-height: 22px;
	color: #754200;
}
.title{
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
}

  a {
    blr:expression(this.onFocus=this.blur());/*只对IE有效*/
    outline:none;/*只对FireFox有效*/
    } 

a:link {
	color: #7E5105;
	text-decoration: none;

}
a:visited {

	text-decoration: none;
	color: #7E5105;
}
a:hover {
	text-decoration: none;
	color: #371C00;
}
a:active {
	text-decoration: none;
}
a.tt:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a.tt:visited {
font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a.tt:hover {
	text-decoration: none;
	color: #371C00;
}
a.tt:active {
	text-decoration: none;
}