* {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family:Arial, sans-serif;
	font-size: 10pt;
	line-height: 175%;
}
body {
	background-image: url(../../images/bg.jpg);
}
li {
	list-style: none;
}
.list {
	width: 203px;
	float: left;
}
.list ul {
	padding: 0px;
	border-top: 1px solid #D7D7D7;
}
.list li {
	padding: 0px;
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
}
.list li a {
	font-family:Arial, sans-serif;
	font-size: 9pt;
	color: #555544;
	display: block;
	padding: 3px 0 3px 5%;
	text-decoration: none;
}
.list li a:hover {
	background: #000000;
	color: #FFFFFF;	
}
.pro_show {
	font-family:Arial, sans-serif;
	font-size: 10pt;
	color: #767373;
}
.pro_title {
	font-family:Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}
.pro_body {
	font-family:Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.copyright {
	font-family:Arial, sans-serif;
	font-size: 9pt;
	color: #767373;
}
/*-----news link-----*/
a.news {
	font-family:Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a.news:link {
	text-decoration: none;
}
a.news:visited {
	text-decoration: none;
	color: #000000;
}
a.news:hover {
	text-decoration: underline;
	color: #000000;
}
a.news:active {
	text-decoration: none;
	color: #000000;
}
/*-----more link-----*/
a.more {
	font-family:Arial, sans-serif;
	font-size: 10pt;
	color: #FF0000;
}
a.more:link {
	text-decoration: none;
}
a.more:visited {
	text-decoration: none;
	color: #FF0000;
}
a.more:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.more:active {
	text-decoration: none;
	color: #FF0000;
}
/*-----function link-----*/
a.function {
	font-family:Arial, sans-serif;
	font-size: 10pt;
	color: 000000;
	text-decoration: underline;
}
a.function:hover {
	text-decoration: none;
	color: E07722;
}