/*--定义页面属性---*/
body {

       margin-left: 0px;

       margin-top: 0px;

       margin-right: 0px;

       margin-bottom: 0px;
}

/*--定义整站中表格里的文字风格---*/

TD {

       COLOR: #333333;

       FONT-SIZE:12px;

       TEXT-DECORATION: none;

       FONT-FAMILY: "宋体";

       line-height: 170%;

}
.black16 {
	font-size: 16px;
	color: #000000;
}
.black14 {
	font-size: 14px;
	color: #000000;
}
input{
	COLOR:expression((this.type=="text")?"#333333":"") ;
	FONT-SIZE:12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: expression((this.type=="text")?"1px solid #7EA4BE":""); 
}


.input1{
	COLOR:expression((this.type=="password")?"#333333":"") ;
	FONT-SIZE:12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: expression((this.type=="password")?"1px solid #7EA4BE":""); 
} 
.hui {
	font-size: 12px;
	color: #505050;
}
.bai {
	font-size: 13px;
	color: #FFFFFF;
}

.white12 {
	font-size: 12px;
	color: #FFFFFF;
}
.blue_0 {
	font-size: 12px;
	color: #C7DBEE;
}
.blue_1{
	font-size: 12px;
	color: #445588;
}

.blue {
	font-size: 12px;
	color: #6CB1B9;
}
.red {
	font-size: 12px;
	color: #FF0000;
}
.red14 {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.yelow {
	font-size: 12px;
	color: #FFFE8F;
}
/*--定义一般的链接文字的属性---*/
A{TEXT-DECORATION: none}

A:link {COLOR: #505050; FONT-FAMILY: "宋体"; TEXT-DECORATION: none}

A:visited {COLOR: #505050; FONT-FAMILY: "宋体"; TEXT-DECORATION: none}

A:active {FONT-FAMILY: "宋体";TEXT-DECORATION: none;color: #505050;}

A:hover { COLOR: #505050; TEXT-DECORATION: underline}

/*--定义不同的链接文字属性---*/
a.a:link {
	font-family: "宋体";
	font-size: 13px;
	line-height: 120%;
	color: #C7DBEE;
	text-decoration: none;
}
a.a:visited {
	font-family: "宋体";
	font-size: 13px;
	line-height: 120%;
	color: #C7DBEE;
	text-decoration: none;
}
a.a:hover {
	font-family: "宋体";
	font-size: 13px;
	line-height: 120%;
	COLOR: #FFFFFF;
	text-decoration: underline;
}
a.b:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #C7DBEE;
	text-decoration: none;
}
a.b:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #C7DBEE;
	text-decoration: none;
}
a.b:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #FFFFFF;
	text-decoration: underline;
}
a.c:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #445588;
	text-decoration: none;
}
a.c:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	color: #445588;
	text-decoration: none;
}
a.c:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 120%;
	COLOR: #445588;
	text-decoration: underline;
}

a.d:link {
	font-family: "宋体";
	font-size: 11px;
	line-height: 16px;
	color: #445588;
	text-decoration: none;
}
a.d:visited {
	font-family: "宋体";
	font-size: 11px;
	line-height: 16px;
	color: #445588;
	text-decoration: none;
}
a.d:hover {
	font-family: "宋体";
	font-size: 11px;
	line-height: 16px;
	COLOR: #445588;
	text-decoration: underline;
}

a.english:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #003366;
	text-decoration: none;
}
a.english:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #003366;
	text-decoration: none;
}
a.english:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	COLOR: #003366;
	text-decoration: underline;
}
.tbbreak { TABLE-LAYOUT: fixed; WORD-WRAP: break-word } 
.headlink {
	padding: 3 5 3 5;
	border: 1px solid #CCCCCC;
}
.headtitle {
	padding: 3 5 3 5;
	border: 1px solid #C1DAD7;
	background-color: #F5FAFA;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align:center;
}
#corpinfo{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#corpinfo td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#corpinfo input{
	line-height: 18px;
	border: 1px solid #D9E8EA;
}
#corpinfo textarea{
	border: 1px solid #D9E8EA;
	width: 600px;
}
.tablestyle{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
}
.tablestyle td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	empty-cells:show;
}
.tablestyle input{
	line-height: 18px;
	border: 1px solid #999999;
}
.tablestyle textarea{
	border: 1px solid #D9E8EA;
	width: 600px;
}
.tablestyle select{
	border: 1px solid #D9E8EA;
	width: 100px;
	background: #F5FAFA;
}
.tableinc td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.divbutton {
	text-align: center;
	padding: 6px;
}
.divbutton input {
	font-size: 9pt;
	color: #8F8F8F;
	background-color: #EEFCFD;
	text-align: center;
	height:24px;
	width:60px;
	border: 1px solid #0AAEBC;
	font-weight: bold;
	letter-spacing: 4px;
	vertical-align: middle;
}
.title_nav{
	background-image: url(../images/list_titlebg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
}
.title_1{
	background-color: #E3EEF9;
	font-weight: bold;
	text-indent: 40px;
	background-image: url(../images/icon_4.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	font-size: 13px;
}
TH{
	text-align: left;
	font-size: 13px;
	text-indent: 10px;
	padding: 3px;
	background-color: #E0E0E0;
}

