/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right: 0px;
	font-size:12px;
	color:#000000;
     background:url(mainbg.gif) repeat;
}
.menu{
     background:url(meunbg.gif) repeat-x;
	 height:29px
}
.leftline{
     background:url(leftline.gif) repeat-y;
	 width:6px;
}
.rightline{
background:url(rightline.gif) repeat-y;
height:6px;
}

.leftbg{
background:url(leftbg.gif) repeat-y;
width:188px;
padding:5px;
}
.rightbg{
background:url(rightbg.gif) repeat-y ;
width:243px;
padding-left:5px;
padding-right:5px;

}
.rightbg2{
background:url(rightbg2.gif) repeat-y ;
width:243px;
padding-left:5px;
padding-right:5px;
}

.linedaddow{
 background:url(linedaddow.gif) repeat-y;
 width:5px;
}
.titlebg{
 background:url(titlebg.gif) repeat-x;
 height:24px;
 line-height:24px;
 padding-left:10px;
 font-weight:bold;
 color:#ff6600
}
td{
line-height:160%;
color:#333
}

a:link {
    color:#003399;
    font-size:12px;
    text-decoration:none;
	line-height:160%;
}

a:visited {
    color:#003399;
    font-size:12px;
    text-decoration: none;
	line-height:160%;
}

a:hover {
    color:#ff6600;
    font-size:12px;
    text-decoration: underline;
	line-height:160%;
}
	
	a.newstitle2:link {color: #003399;text-decoration: none;font-size:12px;line-height:150%;} 
    a.newstitle2:visited {color: #003399;text-decoration: none;font-size:12px;line-height:150%;} 
    a.newstitle2:hover{color: #ff6600;text-decoration: underline;font-size:12px;line-height:150%;} 
    a.newstitle2:active {color: #003399;text-decoration: none;font-size:12px;line-height:150%;} 


.12txtgrey {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	list-style-type: upper-roman;

}
.grey12content {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	letter-spacing:2px;
	text-align: justify;
}
.black12content {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
	letter-spacing:2px;
	text-align: justify;
}
.14txtgrey {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #333333;
	font-weight: 800;
	letter-spacing:5px;
}
.14txtgreylight {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #333333;
	letter-spacing:5px;
}
}.menubg {
	background-image: url(../images/menu.jpg);
	height: 297px;
	width: 212px;
}
}.submenubg {
	background-image: url(../images/menubg.jpg);
	width: 212px;
	background-repeat: repeat-y;

}
.logobg {
	background-image: url(../images/banner_cn.jpg);
	background-repeat: no-repeat;
	height: 88px;
	width: 714px;
}
.txt12news{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
}
.mainsidebg {
	background-image: url(../images/subc2.jpg);
	background-repeat: repeat-y;
	width: 19px;
}
div.sdmenu {
	width: 210px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	border-left: 3px solid #333333;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 22px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	color: #333333;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #006699;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #006699 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}