/* CSS Document */
body,form  {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: "宋体", Tahoma;
	color:#000000;
}
a {
	color:#000000;
	font-family:"宋体", Tahoma;
	text-decoration:none;
}
a:hover {
	font-family: "宋体", Tahoma;
	color: #FF0000;
	text-decoration: none;
}
.text_input  {
	border:solid 1px #2691E6;
	height:16px;
	font-size:12px;
	line-height:16px;
}
.submit  {
	font-size:12px;
	height:22px;
	background-image:url(../images/button_bg.gif);
	border-bottom:solid 1px #0066CC;
	border-right:solid 1px #0066CC;
	border-left:solid 1px #E1F9FF;
	border-top:solid 1px #E1F9FF;
}
.menu {
	color: #FFFFFF;
	float:left;
	font-size:14px;
	margin-left:20px;
	text-indent:10px;
}
.li  {
	line-height:25px;
}
a.menu_link {
	color:#FFFFFF;
	font-family:"宋体", Tahoma;
	text-decoration:none;
}
a.menu_link:hover {
	font-family: "宋体", Tahoma;
	color: #FFFF00;
	text-decoration: none;
}

