body{font-size: 12px;}

a:link {
	color: #000;
  	text-decoration: none;
}
a:visited {
  	text-decoration: none;
}
a:hover {
  	text-decoration: underline;
}
.clearall {
  	clear: both;
  	display: none;
}

input, textarea, select {
  	font-size: 12px;
}
img {border:0px;}
ul {
  	margin: 0px;
  	padding: 0px;
  	list-style: none;
}
#menu {
 	width: 950px;
	min-height: 23px;
	height: auto !important;
	height: 23px;
  	border-bottom: 2px solid #f00;
  	text-align: center;
	margin: 0 0 3px 0;
}
#menu ul {margin:0 0 0 20px;}
#menu li {
  	display: inline;
	float: left;
  	width: 74px;
  	height: 23px;
  	margin-right: 9px;
  	background: url("/images/ui/home/menu_u.png") no-repeat;
  	line-height: 23px;
}
#menu li#hl {
  	width: 80px;
  	font-weight: bold;
  	background: url("/images/ui/home/menu_s.png") no-repeat;
}
#menu li#hl a:hover {
  	color: #000;
  	font-weight: bold;
}
#menu a {
  	color: #fff;
  	text-decoration: none;
}
#menu a:hover {
  	color: #f00;
}

#copyright {
  height: 97px;
  margin: 3px 0 0 0;
  padding: 15px 0 0 0;
  text-align: center;
  background: #fff url(/images/ui/shared/copyright_top.gif) repeat-x;
}

#copyright p {
  margin: 0px;
  padding: 0 10px;
}

#copyright .beian {
  margin: 0px;
  padding: 0 10px 10px 10px;
  font-weight: bold;
}

#copyright_bottom {
  height: 33px;
  margin: -39px 0 10px 0;
  padding: 0;
  background: url(/images/ui/shared/copyright_bottom.gif) no-repeat 100% 100%;
}