body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	SCROLLBAR-FACE-COLOR: #e6e6e6;
	SCROLLBAR-SHADOW-COLOR:#cccccc;
	SCROLLBAR-ARROW-COLOR:#333333;
	SCROLLBAR-TRACK-COLOR:#f0f0f0;
	SCROLLBAR-DARKSHADOW-COLOR:#cccccc;
	SCROLLBAR-BASE-COLOR:#eeeeee;
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #363636;
}


/*链接样式 只定义颜色 没有定义字号*/
a:link {
	font-family: "宋体";
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	
}
a:visited {
	font-family: "宋体";
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.tdtitle14px {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt14px {
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #363636;
}
td {
	font-family: "宋体";
	font-size: 9pt;
	color: #333333;
}
.copyright {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
}
.copyright:hover {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
}
.copyright:visited {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
}

/*整个网站按钮的样式--------------------------------------------------------button*/
.button
{
	color:#ffffff;/*s7*/
	background-color:#40A48D;/*s6*/
	text-align: center;
	text-valign:middle;
	font-size: 12px;
	line-height: 18px;
	width: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #235A4E;/*s7*/

}
/*搜索输入框的样式------------------------------------------------------input.search*/
input.search
{
	background-color:#fefefe;/*si7*/
	border: 1px solid #666666;/*s7*/
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
  size: 10px;
}
/*会员登陆输入框的样式------------------------------------------------------input.login*/
input.login
{
	background-color:#fefefe;/*si7*/
	border: 1px solid #666666;/*s7*/
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 5px;
    width: 70px;
}
.text 
{
	padding: 5px;
	text-indent: 24px;
	line-height: 18px;
	color: #333333;
}
.ppp 
{

}
/*搜索输入框的样式------------------------------------------------------input.login*/
input.search
{
	background-color:#fefefe;/*si7*/
	border: 1px solid #666666;/*s7*/
	line-height: 18px;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 1px;
    width: 200px;
}
.text 
{
	padding: 5px;
	text-indent: 24px;
	line-height: 18px;
	color: #333333;
}
/*栏目标题文字的样式-------------------------------------------------------title*/
.title {
	font-size: 14px;
	color:#000000;/*s5*/
	font-weight:bold;
}

