.Background_bottom
{
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center bottom;
}

body
{
	font-size: 9pt;
	font-family: 宋体;
	line-height: 1.5;
}
td
{
	font-size: 9pt;
	font-family: 宋体;
	line-height: 1.5;
}

a
{
	color: black;
	font-family: 新宋体;
	text-decoration: none;
	cursor: hand;
}

a:hover
{
	color: red;
	font-family: 宋体;
	text-decoration: none;
}

a:link
{
	color: black;
	font-family: 宋体;
	text-decoration: none;
}

a:visited
{
	color: black;
	font-family: 宋体;
	text-decoration: none;
}


/*---论坛登录输入框---*/
.TextBox_Login
{
	width: 116px;
	height: 18px;
	border: 1px solid #CCCCCC;
	vertical-align: bottom;
}

/*---普通按钮---*/
.Button
{
	background-image: url(../../Lib/Image/bg_tdCols01.gif);
	font-size: 9pt;
	height: 19px;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	cursor: hand;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8D9AA3;
	border-right-color: #8D9AA3;
	border-bottom-color: #8D9AA3;
	border-left-color: #8D9AA3;
}


/*---2级页面当前位置链接样式---*/
.CurrentLocation_01
{
	color: #003E8B;
}

.CurrentLocation_01:link
{
	color: #003E8B;
}

.CurrentLocation_01:hover
{
	color: #003E8B;
}

.CurrentLocation_01:visited
{
	color: #003E8B;
}

/*---2级页面列表虚线样式---*/
.td_01
{
	border-bottom: #707070 1px dotted;
}
