/* 全局类定义
------------------------------------------*/
body{
	margin:0;
	padding:0;
	font-size:12px;
	background:#666666;
	color:#000000;
}
div,form,img,ul,li,ol,dl,dt,dd{
	margin:0;
	padding:0;
	border:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
li{
	list-style-type:none;
}

table,tr,td,th,select{
	font-size:12px;
}

/* 伪类定义
------------------------------------------*/
a:link{
	color:#565553;
	text-decoration:none;
}
a:visited{
	color:#565553;
	text-decoration:none;
}
a:hover{
	color:#8D6934;
	text-decoration:underline;
}
a:active{
	color:#8D6934; 
}
a.menu:link,a.menu:visited{
	background:url(/images/menu_bg_four_normal_12.gif) no-repeat;
	width:84px;
	height:37px;
	line-height:32px;
	font-weight:bold;
	float:left;
	text-align:center;
	margin-left:5px;
	display:block;
}
a.menu:hover,a.menu:active{
	background:url(/images/menu_bg_four_over_10.gif) no-repeat;
	color:white;
	width:84px;
	height:37px;
	line-height:32px;
	font-weight:bold;
	float:left;
	text-align:center;
	margin-left:5px;
	display:block;
	text-decoration:none;
}
a.menuFirst:link,a.menuFirst:visited{
	background:url(/images/menu_bg_two_normal_08.gif) no-repeat;
	width:55px;
	height:37px;
	line-height:32px;
	font-weight:bold;
	float:left;
	text-align:center;
	margin-left:8px;
	display:block;
	text-decoration:none;
}
a.menuFirst:hover,a.menuFirst:active{
	background:url(/images/menu_bg_two_over_08.gif) no-repeat;
	color:white;
	width:55px;
	height:37px;
	line-height:32px;
	font-weight:bold;
	float:left;
	text-align:center;
	margin-left:8px;
	display:block;
	text-decoration:none;
}
/* 颜色定义
------------------------------------------*/
.cRed,a.cRed:link,a.cRed:visited{
	color:red;
}
.cGray,a.cGray:link,a.cGray:visited{
	color:gray;
}
.cBlue,a.cBlue:link,a.cBlue:visited{
	color:blue;
}
.cGreen,a.cGreen:link,a.cGreen:visited{
	color:green;
}
.cWhite,a.cWhite:link,a.cWhite:visited{
	color:#FFF;
}
.cBlack,a.cBlack:link,a.cBlack:visited{
	color:#000;
}
.cYellow,a.cYellow:link,a.cYellow:visited{
	color:#FF0;
}
.c5F5F5F,a.c5F5F5F:link,a.c5F5F5F:visited{
	color:#5F5F5F;
}
.c8D6934,a.c8D6934:link,a.c8D6934:visited{
	color:#8D6934;
}
.c502D00,a.c502D00:link,a.c502D00:visited{
	color:#502D00;
}
.cB52B02,a.cB52B02:link,a.cB52B02:visited{
	color:#B52B02;
}


/* 字体定义
------------------------------------------*/

.fB {
	font-weight:bold;
}
.fI {
	font-style:italic;
}
.f12px{
	font-size:12px;
}
.f14px{
	font-size:14px;
	
	
}



.fDate{
	font-family:arial,verdana;
	font-size:11px;
	color:#666;
}
/* 行高补白定义
------------------------------------------*/
.padL85P{
	padding-left:85px;
}
.padL35P{
	padding-left:35px;
}
.lh150{
	line-height:150%;
}
.lh180{
	line-height:180%;
}

.pad6P{
	padding:6px;
}

/* 线条定义
------------------------------------------*/
.borderBottomDashed1P{
	border-bottom:1px dashed #B59C67;
}
.borderBottom1P{
	border-bottom:1px solid #B79861;
}

/* 其它定义
------------------------------------------*/
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	font-size:1px;
	width:1px;
	visibility:hidden;
}
.hidden{
	display:none;
}
.noBorder{
	border:none;
}
.unLine,.unLine a{
	text-decoration:underline;
}

/* 头部定义
------------------------------------------*/
.topLeft{
	background:url(/images/top_left_02.gif) no-repeat top right;
	width:161px;
	height:138px;	
}
.topRight{
	background:url(/images/top_right_06.gif) no-repeat top left;
	width:161px;
	height:138px;	
}
.topMenuBoxBorder{
	border-top:1px solid #ECECEC;
}
/*菜单*/
.divMenuFirstBg{
	background:url(/images/menu_bg_two_normal_08.gif) no-repeat;
	width:55px;
	height:37px;
	line-height:32px;
	font-weight:bold;
	float:left;
	text-align:center;
	margin-left:8px;
}
.divMenuBg{
	background:url(/images/menu_bg_four_normal_12.gif) no-repeat;
	width:82px;
	height:37px;
	line-height:32px;
	font-weight:bold;
	float:left;
	text-align:center;
	margin-left:5px;
}
.divMenuBgOver{
	background:url(/images/menu_bg_four_over_10.gif) no-repeat;
	color:white;
	width:84px;
	height:37px;
	line-height:32px;
	font-weight:bold;
	float:left;
	text-align:center;
	margin-left:5px;
}
.menuRepeatBg{
	background:url(/images/menu_bg_repeat_13.gif) repeat-x;
	height:37px;
}
.subMenuStyle{
	color:white;
	padding-bottom:5px;
}

.centetBoxPadding{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
.formInputStyle{
	border:1px solid #A5ACB2;
	height:18px;
	padding-left:3px;
}
.tdBorderLeftRight{
	border-left:1px solid #D3C5B0;
	border-right:1px solid #D3C5B0;
}
.tdBorder{
	border:1px solid #D6D6D6;
}
















.blank3{ height:3px; clear:both;display:block; font-size:1px;overflow:hidden;}
.blank4{height:4px; font-size:1px; display:block;clear:both;overflow:hidden;}
.blank5{height:5px; font-size:1px; display:block;clear:both;overflow:hidden;}
.blank6{height:6px; font-size:1px; display:block;clear:both;overflow:hidden;}
.blank9{ height:9px; font-size:1px;display:block; clear:both;overflow:hidden;}
.blankw6{ height:6px; display:block;background:#fff; clear:both;overflow:hidden;}
.blankw9{ height:9px; display:block;background:#fff; clear:both;overflow:hidden;}
.blank12{ height:12px; font-size:1px;clear:both;overflow:hidden;}
.blank18{ height:18px; font-size:1px;clear:both;overflow:hidden;}
.hxh{
border-left:1px solid #e8edf1;border-right:1px solid #e8edf1;padding-left:15px;padding-top:5px;
}
.hxh2{
border-bottom:2px solid #D3C5B0;border-top:2px solid #D3C5B0;border-left:2px solid #D3C5B0;border-right:2px solid #D3C5B0;padding:25px;
}