/* CSS Document */

body,td,th {
	font-size: 14px;
	line-height:23px;
	text-align:left;
}
body {
	background-color: #ff9a00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 14px;
	color: #000000;
}
a:visited {
	color: #003366;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover{
	color:#003366;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.menu:link,a.menu:hover,a.menu:visited{ color:#FFFFFF; text-align:center; vertical-align:middle; font-weight:bold; text-decoration:none;}

/* 以下是一级菜单样式*/
.button {
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 34px;
	width: 104px;
	border: none;
	cursor: hand;
	line-height: 33px;

}

.button_under {
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(menu_yellow_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 34px;
	width: 104px;
	border: none;
	cursor: hand;
	line-height: 33px;
}
.sub_menu_text{       /* 二级子菜单的样式 */
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:hand;
	line-height:30px;
}
.black_Btext{         /* 黑色粗体字的样式*/
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:30px;
}

.black_htext{         /* 深灰色粗体字的样式*/
	font-size:14px;
	font-weight:bold;
	color:#333333;
	line-height:30px;
	
	height:24px;
}
.while_btext{         /* 白色粗体字居中的样式*/
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	line-height:21px;
	height:21px;
}
.bottom_text{         /* 底部居中字体的样式*/
	font-size:14px;
	text-align:center;
	color:#000000;
	line-height:20px;
}
.input {              /* 搜索输入框的样式*/
	font-size: 14px;
	color: #000000;
	height: 19px;
	border-top: 1px solid #FF9A00;
	border-right: 1px solid #FF9A00;
	border-bottom: 1px solid #FF9A00;
	border-left: 1px solid #FF9A00;
}
.sub{
	height:40px;
	width:182px;
	font-size:14px;
	text-align:center;
	line-height:43px;
	font-weight:bold;
	color:#000000;
}
.sub_bg{
	height:40px;
	width:182px;
	background:url(sub_bg.gif) no-repeat;
	font-size:14px;
	line-height:43px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}
.sub_nav{
	text-align:right;
	line-height:38px;

}
.title{
	height:60px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
	line-height:60px;
}
.banner_tit{ 
	font-size:16px;
	text-align:center;
	color:#FF6600;
	font:"经典平黑简";
}
.text_red{ 
	font-size:14px;
	color:#990000;
}
.sub_m{
	text-decoration:none;
	color:#000000;
	font-size:14px;
	line-height:25px;
	}