/*   基本样式  */

BODY {
	MARGIN: 0px; FONT: 12px/150% Arial; COLOR: #222; text-align:center;
}
a:link {
	font-size: 12px;	
	color: #333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF5000;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.a:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.a:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

/*   行高  */

.l13 {
	LINE-HEIGHT: 130%
}
.l15 {
	LINE-HEIGHT: 150%
}
.l20 {
	LINE-HEIGHT: 200%
}
.f06 {
	FONT-SIZE: 7px
}
.f09 {
	FONT-SIZE: 9px; COLOR: #999999
}


/*   字体样式  */

/*   黑色  */
.f12bl {
	 FONT-SIZE: 12px; COLOR: #000;FONT-FAMILY: Arial
}
.f12blb {
	 FONT-SIZE: 12px; COLOR: #000;FONT-FAMILY: Arial;FONT-WEIGHT: bold
}
.f14bl {
	 FONT-SIZE: 14px; COLOR: #000;FONT-FAMILY: Arial
}
.f14blb {
	 FONT-SIZE: 14px; COLOR: #000;FONT-FAMILY: Arial;FONT-WEIGHT: bold;
}


/*   灰色  */
.f12Gray {
	FONT-SIZE: 12px ;COLOR:#333;FONT-FAMILY: Arial
}
.f12Grayb {
	FONT-SIZE: 12px ;COLOR:#333;FONT-FAMILY: Arial;FONT-WEIGHT:bold
}
.f14Gray {
	FONT-SIZE: 14px ;COLOR:#333;FONT-FAMILY: Arial
}
.f14Grayb {
	FONT-SIZE: 14px ;COLOR:#333;FONT-FAMILY: Arial;FONT-WEIGHT:bold
}


/*   红色  */
.f12red {
	FONT-SIZE: 12px; COLOR:red ;FONT-FAMILY: Arial
}
.f12redb {
	FONT-SIZE: 12px; COLOR:red ;FONT-FAMILY: Arial ;FONT-WEIGHT:bold;
}
.f14red {
	FONT-SIZE: 14px; COLOR:red ;FONT-FAMILY: Arial
}
.f14redb {
	FONT-SIZE: 14px; COLOR:red ;FONT-FAMILY: Arial; FONT-WEIGHT: bold
}
.f16redb {
	FONT-SIZE: 16px; COLOR: #DB0500; LINE-HEIGHT: 150%; FONT-FAMILY: Arial ; FONT-WEIGHT: bold;
}
/*   绿色  */

.f12gr {
	FONT-SIZE: 12px ;COLOR:#1D6324;FONT-FAMILY: Arial
	}
.f12grb {
	FONT-SIZE: 12px ;COLOR:#1D6324;FONT-FAMILY: Arial;font-weight:bold;
}
.f14gr {
	FONT-SIZE: 14px ;COLOR:#1D6324;FONT-FAMILY: Arial
}
.f14grb {
	FONT-SIZE: 14px ;COLOR:#1D6324;FONT-FAMILY: Arial;font-weight:bold;
}

/*   橙色  */
.f12or {
	FONT-SIZE: 12px ;COLOR:#FF5000;FONT-FAMILY: Arial
	}
.f12orb {
	FONT-SIZE: 12px ;COLOR:#FF5000;FONT-FAMILY: Arial;font-weight:bold;
}
.f14or {
	FONT-SIZE: 14px ;COLOR:#FF5000;FONT-FAMILY: Arial
}
.f14orb {
	FONT-SIZE: 14px ;COLOR:#FF5000;FONT-FAMILY: Arial;font-weight:bold;
}



/*  蓝色  */
.f12blue {
	FONT-SIZE: 12px ;COLOR:#06549E;FONT-FAMILY: Arial;font-weight:bold;
	}

.f14blue {
	FONT-SIZE: 14px ;COLOR:#06549E;FONT-FAMILY: Arial;font-weight:bold;
}



.f14blue2 {
	FONT-SIZE: 16px ;COLOR:#06549E;FONT-FAMILY: Arial;font-weight:bold;
}



/*   白色  */
.fw {
	FONT-SIZE: 12px; COLOR: white;FONT-FAMILY: Arial
}
.fwb {
	FONT-SIZE: 12px; COLOR: white;FONT-FAMILY: Arial;FONT-WEIGHT: bold; 
}


.f14w {
	FONT-SIZE: 14px; COLOR: white;FONT-FAMILY: Arial
}
.f14wb {
    FONT-SIZE: 14px; COLOR: white;FONT-FAMILY: Arial ;FONT-WEIGHT: bold;
}
.normalfont{
	font-size:12px;
	color:#222;
}

/*   链接样式  */

A.wh12:link { font-family:Arial;
    
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.wh12:visited {font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.wh12:hover {font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
    text-decoration: underline;
}
A.wh12:active {font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}



A.redf12:link { font-family:Arial;
    
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
A.redf12:visited {font-family:Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
A.redf12:hover {font-family:Arial;
	font-size: 12px;
	color: #FF5000;
    text-decoration: none;
}
A.redf12:active {font-family:Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}




A.bl12:link {font-family:Arial;
	font-size: 12px;
	color: #014D97;
	text-decoration: none;
}
A.bll2:visited {font-family:Arial;
	font-size: 12px;
	color: #014D97;
	text-decoration: none;
}
A.bll2:hover {font-family:Arial;
	font-size: 12px;
	color: #FF5000;
	text-decoration:none;
}
A.bll2:active {font-family:Arial;
	font-size: 12px;
	color: #014D97;
	text-decoration: none;
}



A.gr12:link {font-family:Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
A.grl2:visited {font-family:Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
A.grl2:hover {font-family:Arial;
	font-size: 12px;
	color: #666;
	text-decoration:underline;
}
A.grl2:active {font-family:Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}



A.f14br:link {font-family:Arial;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
A.f14br:visited {font-family:Arial;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
A.f14br:hover {font-family:Arial;
	font-size: 14px;
	color: #FF5000;
	text-decoration:none;
}
A.f14br:active {font-family:Arial;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}



A.f14blli:link {font-family:Arial;
	font-size: 14px;
	color: #33609F;
	text-decoration: none;
}
A.f14blli:visited {font-family:Arial;
	font-size: 14px;
	color: #33609F;
	text-decoration: none;
}
A.f14blli:hover {font-family:Arial;
	font-size: 14px;
	color: #FF5000;
	text-decoration:none;
}
A.f14blli:active {font-family:Arial;
	font-size: 14px;
	color: #33609F;
	text-decoration: none;
}





A.f122blue:link {font-family:Arial;
	font-size: 12px;
	color: #003E78;
	text-decoration: none;
}
A.f122blue:visited {font-family:Arial;
	font-size: 12px;
	color: #003E78;
	text-decoration: none;
}
A.f122blue:hover {font-family:Arial;
	font-size: 12px;
	color:  #ff5400;
	text-decoration:none;
}
A.f122blue:active {font-family:Arial;
	font-size: 12px;
	color: #003E78;
	text-decoration: none;
}

/*   其他样式  */

.broder{
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	border-bottom-width: 2px;
}
.broder2{
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	border-bottom-width: 1px;
}
.xu{
	line-height:200%;
	border-bottom-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C1C1C1;
}
.xu2{
	border-top-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C1C1C1;
}
.x3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
}


.be {
	BORDER-RIGHT: #eeeeee 1px solid; BORDER-TOP: #eeeeee 1px solid; BORDER-LEFT: #eeeeee 1px solid; BORDER-BOTTOM: #eeeeee 1px solid
}
.bc {
	BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid
}
.b9 {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid
}
.b6 {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid
}
.xe {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #ddd;
}
.line1 {
	border: 1px solid #A8C7D9;
}
.line2 {
	border: 1px solid #D7D7D7;}

.line3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
}	
	

.b0 {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid
}
.li{

scrollbar-3dlight-color : #01B7C5;
scrollbar-highlight-color : #ffffff;
scrollbar-face-color : #01B7C5;
scrollbar-arrow-color : #ffffff;
scrollbar-shadow-color : #ffffff; 
scrollbar-darkshadow-color : #01B7C5;
scrollbar-base-color : #01B7C5;
scrollbar-track-color : #01B7C5;
}

.zt {
	font-family: "宋体";
	font-size: 12px;
	color: #003E78;
}
.zt1 {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
}
.input {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	border: 1px solid #8EA9C6;
}
.select {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	border: 1px solid #8EA9C6;
	width: 226px;
}
.select1 {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	border: 1px solid #8EA9C6;
	width: 110px;
}

