body {
	width: 100%;
	font-family: Verdana, sans-serif;
	color: #5B5B5B;
	background: #dcdcdc;
	margin: 0px;
	}

/* ---[ links ]------------------------------- */

a:link {
	text-decoration: none;
	color: #0000FF;
	}
a:visited {
	text-decoration: none;
	color: #0000FF;
	}
a:hover {
	color: #000;
	border-bottom: 1px dotted #999999;
	}
a.more {
	padding-right: 7px;
	}


/* ---[ new ]--------------------- */
#header {
	background-image: url(/img/header_cn.jpg);
	background-repeat: no-repeat;
	width: 693px;
	height: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}
#lang {
	width: 161px;
	height: 23px;
	float: right;
}
#menu {
	width: 693px;
	height: 50px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #fff;
}
#title {
	width: 693px;
	height: 50px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #fff;
}
#page {
	width: 693px;
	text-align: left;
	line-height: 1.3em;
	background-color: #fff;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #fff;
}
#page_l {
	float: left;
}
#page_r {
	width: 200px;
	float: right;
}
#page_r p {
	font-size: 0.7em;
	line-height: 1.5em;
}
.stitle {
	text-align: left;
	padding: 10px 0 0 0 ;	
}
p {
	text-align: left;
}
.content {
	font-size: 0.7em;
	width: 480px;
	text-align: left;
	padding-left: 35px;	
}
.content2 {
	font-size: 0.7em;
	text-align: left;
	padding-left: 35px;
	width: 600px;
}
.tstyle {
	font-size: 0.7em;
	padding-left: 25px;
}
.content strong {
	color: #0099CC;
}
#footer {
	background-image: url(/img/footer.gif);
	background-repeat: no-repeat;
	width: 693px;
	height: 54px;
	text-align: left;
	border-width: 30px 1px 1px 1px;
	border-style: solid;
	border-color: #fff;
}
#flink {
	height: 54px;
	font-size: 11px;
	width: 500px;
	text-align: left;
	padding: 30px 0 0 15px;
	font-weight: bold;
}
#flink a {
	color: #006666;
	text-decoration: underline;
}
#flink a:hover {
	color: #000;
	text-decoration: none;
}
h4 {
	font-size: 0.7em;
	font-weight: bold;
	color: #006699;
	padding-left:35px;
}
#top{
	font-size: 0.7em;
	font-weight: bold;
	padding-left:35px;
}
#top a {
	text-decoration: underline;
}
#top a:hover {
	color: #000;
	text-decoration: none;
}
h5 {
	padding-left: 35px;
	color: #000000;
}
h5 a{
	font-weight: normal;
}
sup {
	font-size: 10px;
	font-weight:bold;
}
.mouse {
	cursor: hand;
}
.more {
	font-size: 1em;
	color: #FF0000;
	text-align: right;
}
.info {
	line-height: 1.7em;
	padding: 10px;
}
