* {
	padding:0; 
	margin:0;
}

BODY
{
FONT-SIZE: 9pt;
background-position:center;
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f6f6f6;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #cccccc;
SCROLLBAR-3DLIGHT-COLOR: #cccccc;
SCROLLBAR-ARROW-COLOR: #330000;
SCROLLBAR-TRACK-COLOR: #f6f6f6;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */

#nav {
	width: 610px;
	height: 50px;
	padding-left: 300px;
}
#navigation {
	margin:5px;
	background-color: #E6E7E8;
	font:Arial, "黑体";
	text-decoration: none;
}
#navigation li {
	float:left;
	text-align:center;
	position:relative;
}
#navigation, #navigation li ul {
	list-style-type:none;
}
#navigation li a:link, #navigation li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:60px;
	height:25px;
	line-height:25px;
	padding-left:5px;
	background-color: #A4A7A9;
	background-image: url(../img/button_1.gif);
	border-width: 0px;
	border-style: solid;
	border-color: #E6E7E8;
}
#navigation li a:hover {
	background-image: url(../img/button_2.gif);
}
#navigation li ul li a:hover {
	background-image: url(../img/button_2.gif);
}
#navigation li ul {
	display:none;
	position:absolute; 
	top:40px;
	left:0;
	margin-top:1px;
	width:120px;
}


.main_menu_title1
{
	background:url(../img/button_3.gif);
	background-position: 1% 100%;
	background-positionX: center;
	background-positionY: bottom;
	background-repeat:no-repeat;
	font-size:18px;
	color:#000000; 
	font-weight: bold;
}
.main_menu_title2
{
	background:url(../img/button_4.gif);
	background-position: 1% 100%;
	background-positionX: center;
	background-positionY: bottom;
	background-repeat:no-repeat;
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
}



.tab_ul
{
	list-style-type: none;
	padding-top: 10px;
	font-size:13px;
	font-family: Arial, "黑体";
}
.tab_ul_li
{	
	font-size:18px;
	font-family: Arial, "黑体";
	font-weight: bold;
}
.tab_ul_li_b
{
	padding-bottom: 7px;
}



#bt_ul_1 {
	height:65px;
	list-style-type: none;
	font-size:12px;
	font-family: Arial, "黑体";
	padding-left: 10px;
}
#bt_ul_3 {
	height:65px;
	list-style-type: none;
	font-size:12px;
	font-family: Arial, "黑体";
	font-weight: bold;
	padding-left: 10px;
}
#bt_li_1 {
	font-size:12px;
	font-family: Arial, "黑体";
	font-weight: bold;
	color:#FFFFFF;
	background-image:
	url(../img/bottom_u.gif);
	width:100px;
	height:20px;
	padding-top: 5px;
	padding-left: 5px;
}

th { 
    border-bottom:#cdd10b 2px solid;
	height:30px;
	vertical-align:bottom;
	font-size:18px;
}
.thd { 
    border-bottom:#cdd10b 2px solid;
	height:30px;
	vertical-align:bottom;
	font-size:14px;
	font-weight:bold;
}

.Sr {
	height:20px;
	font-size:20px;
}
