@charset "gb2312";
/* CSS Document */
body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(imgs/topbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #01478F;
}
a:active {
	text-decoration: none;
	color: #01478F;
}
.textcontent {
	line-height: 1.6;
}
.footer {
	background-image: url(imgs/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	line-height: 1.6;
}
.language {
	background-image: url(imgs/languagebg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#language a {
	color: #abc2da;
	background-image: url(imgs/point2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 11px;
	margin-left: 25px;
}
#mainnav {
	background-image: url(imgs/mainnav_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#mainnav a {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding-right: 18px;
	padding-left: 18px;
}

.title1 {
	font-size: 13px;
	font-weight: bold;
}
.title2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.title3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.title4 {
	font-weight: bold;
	color: #008783;
}
.title5 {
	font-weight: bold;
	color: #008783;
	font-size: 14px;
}
#leftnav a {
	color: #000000;
	background-color: #EFEFEF;
	background-image: url(imgs/point3.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}
#leftnav a:hover {
	text-decoration: none;
	background-color: #E0E0E0;
}
#here {
	color: #999999;
}
#here a {
	color: #999999;
}
#here a:visited {
	color: #999999;
}

.border1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.border2 {
	padding: 4px;
	border: 1px solid #E6E6E6;
}
.border3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}

