/*----------------------------网页整页属性-------------------------------------------------------*/ 
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#FFFFFF;
	SCROLLBAR-FACE-COLOR: #484848;
	SCROLLBAR-SHADOW-COLOR: #484848;
	SCROLLBAR-3DLIGHT-COLOR: #484848;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #484848;
	SCROLLBAR-DARKSHADOW-COLOR: #484848;
	SCROLLBAR-BASE-COLOR: #484848;
	font-family: "宋体";
	FONT-SIZE: 12px;
	text-decoration: none;
	color:#000000;  /*text-decoration: none无 | underline下划线 | blink闪烁 | overline上划线 | line-through贯穿线   */
	text-align: center;
		/*设置或检索背景图像是随对象内容滚动还是固定(scroll :滚动 ,fixed :固定 )  background-attachment: fixed; */
		
	}

td {
	font-family: "宋体";
	FONT-SIZE: 12px;
	line-height: 20px;

}

.textwhite{color:#FFFFFF;}
.english{ font-family:Arial, Helvetica, sans-serif; font-size:11px;}
/*-------------------------------链接属性------------------------------------------------------*/ 
a{color: #000000;}                        		
a:hover {color:#009900;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.whitelink:link {
	text-decoration: none;
	color: #ffffff;
}
.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
}
.whitelink:hover {
	text-decoration: none;
	color: #FFCC00;
}
.whitelink:active {
	text-decoration: none;
	color: #ffffff;
}


/*----------------------------------------------------------------------------------------------*/ 
.bg01{
	background-image: url(../images/ind_3.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg02{
	background-image: url(../images/ind_9.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.bg03{
	background-image: url(../images/ind_53.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg04{
	background-image: url(../images/ind_46.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.combg{
	background-image: url(../images/combg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.td1{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
	line-height: 24px;
}
.td2{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
	line-height: 24px;
}

