/* 
Design by Koao Studio
Email:jsxsl@xinnew.com
Http://www.xinnew.com
*/

/* FOR PC   IE & Netscape */

/*====== 共用 ======*/
body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #404040;
	background-image: url(../image/dt_01.gif);




}

body,table,td,div {
	color: #888888;
	font-size: 12px;
	text-decoration: none;
}
p {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-indent: 18pt;
	line-height: 20px;
}

li {
	list-style-type: square;
	list-style-image: url(../image/home/dot_03.gif);
	list-style-position: outside;
}

/*====== 共用 styles ======*/




/*====== 背景 ======*/
.bgc_white{
	background-color: #FFFFFF;
}

.bgc_gray{
	background-color: #000000;
}


.bgi_dt{
	background-image:   url(../image/bgi_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bgi_dt_01{
	background-image:   url(../image/dt_02.gif);
	background-repeat: repeat-x;
	background-position: right top;
}


/*====== 超链接 styles ======*/

a:link {
	font-size: 12px;
	line-height: 20px;
	color: #8B8A8A;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #8B8A8A;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: underline;

}
a:active {
	font-size: 12px;
	line-height: 20px;
	color: #8B8A8A;
	text-decoration: underline;
}
a.gray:link {
	font-size: 12px;
	line-height: 20px;
	color: #8B8A8A;
	text-decoration: none;
}
a.gray:visited {
	font-size: 12px;
	line-height: 20px;
	color: #8B8A8A;
	text-decoration: none;
}
a.gray:hover {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}
a.gray:active {
	font-size: 12px;
	line-height: 20px;
	color: #8B8A8A;
	text-decoration: none;
}