﻿	/*系统样式*/
body {
	font-family: "Arial";
	font-size: 12px;
	margin:0px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-color: transparent;
	color: #3C2A08;
}
img {border:0px;behavior:url("images/systemfiles/pngbehavior.htc")}/*支持png图片*/
a {behavior:url("images/systemfiles/onfocus.htc")}/*去掉点击虚线*/
p{margin:0px;padding:0px}
/*Titlt样式*/
div#qTip {
	padding-right: 2px;padding-left: 3px;padding-bottom: 1px;z-index:1000;
	border: 1px solid #ABAB98;display: none;background: #FEFEDA;color: #5F5F52;
	font-family:"Tahoma";font-size: 12px;text-align: left;position: absolute;line-height:16px;
}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
a:link {
	color: #3C2A08;
	text-decoration: none;
}
a:visited {
	color: #3C2A08;
	text-decoration: none;
}
a:hover {
	color: #B20000;
	text-decoration: none;
}
.font14 {
	font-size: 14px;
}
/*小号中文字体*/
.smallcnfont{
	font-family: "PMingLiU";
	font-size: 11px;
}
/*英文*/
.enfont{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:link{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:visited{
	font-family:"Tahoma";
	font-size: 11px;
}

.content{
	word-break:break-all;
	text-align:justify;
	text-justify:inter-ideograph;
}
.h20{
	line-height: 20px;
	WORD-WRAP: break-word;
}

.h22 {
	line-height: 22px;
	WORD-WRAP: break-word;
}
.bt {
	font-size: 10px;
	text-decoration: none;
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	color: #000000;
	background-color: transparent;
	border: none;
	vertical-align: top;
}
.input {
	FONT: 12px "Geneva", "Arial", "Helvetica", "sans-serif";
	COLOR: #000000;
	BACKGROUND-COLOR: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 18px;
}

.font1{
	COLOR: #C8B37F;
	text-decoration: none;
}
.font1 a:link{
	COLOR: #C8B37F;
	text-decoration: none;
	}
.font1 a:visited{
	COLOR: #C8B37F;
	text-decoration: none;
}
.font1 a:hover{
	COLOR: #C8B37F;
	text-decoration: underline;
}

.font2{
	COLOR: #A78554;
	text-decoration: none;
}
.font2 a:link{
	COLOR: #A78554;
	text-decoration: none;
	}
.font2 a:visited{
	COLOR: #A78554;
	text-decoration: none;
}
.font2 a:hover{
	COLOR: #A78554;
	text-decoration: underline;
}

.font3{
	COLOR: #231805;
	text-decoration: none;
}
.font3 a:link{
	COLOR: #231805;
	text-decoration: none;
	}
.font3 a:visited{
	COLOR: #231805;
	text-decoration: none;
}
.font3 a:hover{
	COLOR: #231805;
	text-decoration: underline;
}
.font4{
	COLOR: #894D21;
	text-decoration: none;
}

.font5{
	COLOR: #CCAB4E;
	text-decoration: none;
}
.font5 a:link{
	COLOR: #CCAB4E;
	text-decoration: none;
	}
.font5 a:visited{
	COLOR: #CCAB4E;
	text-decoration: none;
}
.font5 a:hover{
	COLOR: #CCAB4E;
	text-decoration: underline;
}
.white {
	color: #ffffff;
	text-decoration: none;
}
.white a:link{
	color: #ffffff;
	text-decoration: none;
}
.white a:visited{
	color: #ffffff;
	text-decoration: none;
}
.white a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.tm {
	filter: Alpha(Opacity=47);
	opacity:0.47;
}
.tm2 {
	filter: Alpha(Opacity=85);
	opacity:0.85;
}
.tm3 {
	filter: Alpha(Opacity=67);
	opacity:0.67;
}

.newslist{
	padding:5px 0 5px 8px;
	background:url(ico.gif) no-repeat left center;
}
.newslist p{
	float:right;
}
.thumb{
	background:url(thumb.gif) no-repeat left top;
	width:136px;
	height:102px;
}

/*选项卡*/
.Menubox {
	width:100%;
	height:20px;
	line-height:20px;
}
.Menubox ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.Menubox li{
	float:left;
	color:#C8B37F;
	text-align:center;
	background:#000;
	display:block;
	cursor:pointer;
	list-style:none;
	margin-right:6px;
	padding:0 5px 0 5px;
}
.Menubox li.hover{
	background:#A60500;
}
/*选项卡结束*/