@import url(css/layout.css); /*布局*/
@import url(css/component.css); /*模块部分*/

/*  ==================== 全局通用部分 ====================  */
* html {
  filter:expression(document.execCommand("BackgroundImageCache", false, true));
  background-color:#ece4c9;
  color: #3e2f01;
}
body{
  font: normal normal 12px Arial;
  margin: 0;  padding: 0;
  background-color:#ece4c9;
  color: #3e2f01;
}
p,td,th,input,select,textarea {
  font: normal normal 12px Arial;
  margin: 0;  padding: 0;
}ul,ol,dl,dt,dd,form {
  margin: 0;  padding: 0;
}
ul,ol {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
  margin: 0;  padding: 0;
}
img {
  border: 0;
}
textarea {
  padding: 3px;
  border: 1px solid #a5d2eb;
}
a:link,a:visited {
  color: #3e2f01;
  text-decoration: none;
}
a:hover,a:active {
  text-decoration: underline;
}
.clear{
	clear:both;	
}
/*  ==================== 字体定义部分 ====================  */
.f12bwhite:link,.f12bwhite:visited {
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
.f12bwhite:hover,.f12bwhite:active {
	font-size:12px;
	text-decoration: none;
}
.f14bwhite:link,.f14bwhite:visited {
	font-size:14px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.f14bwhite:hover,.f14bwhite:active {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
.f14redlink:link,.f14redlink:visited {
	font-size:14px;
	color: #990000;
	text-decoration: none;
}
.f14redlink:hover,.f14redlink:active {
	font-size:14px;
	text-decoration: none;
}
.f14bluelink:link,.f14bluelink:visited {
	font-size:14px;
	color: #666666;
	text-decoration: none;
}
.f14bluelink:hover,.f14bluelink:active {
	font-size:14px;
	text-decoration: none;
}

.f14red{
	color:#4a3801;
	font-size:14px;
}
.f14red01{
	color: #FF0000;
	font-size:14px;
}
.f14bblack{
	color: #000000;
	font-weight:bold;
	font-size:14px;
}
.f14black{
	color: #000000;
	font-size:14px;
}
.f14bwhite{
	color: #ffffff;
	font-weight:bold;
	font-size:14px;
}
.f16bblack{
	color:#000000;
	font-weight:bold;
	font-size:20px;
}
.f16bred{
	color:#000000;
	font-size:20px;
}
.f26bred{
	color: #8E594D;
	font-size:26px;
	font-weight:bold;
}
.f19bred{
	color: #8E594D;
	font-size:19px;
	font-weight:bold;
}

.f12white{
	color:#FFFFFF;
}
.font150{
	line-height:150%;
}
.font150_01{
	line-height:150%;
	text-align:right;
}
.font150_02{
	padding:5px 0 0 0!important;
	padding:2px 0 0 0;
	line-height:150%;
	text-align:center;
}
.fontletter{
	letter-spacing:1px;
}
.font_p{
	line-height:180%;
}
.font150_03{
	line-height:150%;
	text-align:center;
}
.font_p05{
	border-bottom:1px dotted #996600;
}
.linkpage{
	BACKGROUND:white;
	BORDER-BOTTOM:#000000 1px solid; 
	BORDER-LEFT:0px;
	BORDER-top:0px;
	BORDER-right:0px; 
	color:red;
	background-color:transparent
}
.navy{cursor:hand}
table,td,p{line-height:180%;}
.neirongText{
	line-height:180%;
	font-size: 16px;
}