/***=====主体样式定义=====开始=====***/

/*定义大部分标记的总体样式*/
a, body, input, option, select, textarea, table, td, tr, font {
	font-size: 9pt;
	color: #6C6C6C;
}
/*定义网页主体和表格内文本的样式*/
body,td,tr,table {
	line-height: 150%;/*（行间距）*/
	font-size: 12px;
}
/*定义网页主体的样式*/
body {
	scrollbar-face-color: #DDDDDA;/*(滚动条按钮背景色)*/
	scrollbar-highlight-color: #FFFFFF;/*(滚动条按钮内亮边色)*/
	scrollbar-shadow-color: #DDDDDA;/*(滚动条按钮内暗边色)*/
	scrollbar-3dlight-color: #B1B0B0;/*(滚动条按钮外亮边色)*/
	scrollbar-darkshadow-color: #B1B0B0;/*(滚动条按钮外暗边色)*/
	scrollbar-arrow-color: #898888;/*(按钮图案颜色)*/
	scrollbar-track-color: #EEEEED;/*(滚动条空白区颜色)*/
	background-color: #FFFFFF;/*(背景色)*/
	margin-top: 0px;/*（上边距）*/
	margin-left: 0px;/*（左边距）*/
}
/*定义网页整体超级链接的样式*/
a:link {  color: #0000FF; text-decoration: none}/*（）*/
a:visited {  text-decoration: none; color: #0000FF}/*（链接常规颜色）*/
a:hover {  text-decoration: underline; color: #616161}/*（链接悬停颜色）*/

/***=====主体样式定义=====结束=====***/



/***=====表格样式定义=====开始=====***/

/*定义表格的样式*/
table.table-Border {
	border: 1px solid #DBDADA;
	background-color: #FFFFFF;
}
/*定义表格的样式*/
.table-BorderII {
	border: 1px solid #C2D6E0;
	background-color: #EFF7FE;
}
/*定义表格的样式*/
.table-BorderIII {
	border: 1px solid #DBDADA;
	background-color: #FFFFFF;
}
/*定义表格有“左”边线的样式*/
.table-BorderL {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #104A57;
}
/*定义表格有“右”边线的样式*/
.table-BorderR {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #104A57;
}
/*定义表格有“上”边线的样式*/
.table-BorderT {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #104A57;
}
/*定义表格有“下”边线的样式*/
.table-BorderB {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #104A57;
}
/*定义表格有“左右”边线的样式*/
.table-BorderLR {
	border-right-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #104A57;
	border-left-color: #104A57;
}
/*定义表格有“上下”边线的样式*/
.table-BorderTB {
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #104A57;
	border-bottom-color: #104A57;

}
/*定义表格有“上左”边线的样式*/
.table-BorderTL {
	border-top-width: 1pt;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #104A57;
	border-left-color: #104A57;
}
/*定义表格有“上右”边线的样式*/
.table-BorderTR {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #104A57;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #104A57;
}
/*定义表格有“下右”边线的样式*/
.table-BorderBR {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #104A57;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #104A57;
}
/*定义表格有“下左”边线的样式*/
.table-BorderBL {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #104A57;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #104A57;
}
/*定义“表格内，浅色行”的样式*/
.tr-BGcolorA {
	background-color: #D8F1F6; text-indent: 1em;
}
/*定义“表格内，深色行”的样式*/
.tr-BGcolorB {
	background-color: #BBE5ED; text-indent: 1em;
}
/*定义“表格内，标题行”的样式*/
.tr-TopTitleA {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #104A57;
	text-align: center;
	background-color: #6BB7C7;
	color: #FFFFFF;
}
/*定义“表格内，标题行”的样式*/
.tr-TopTitleB {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-align: center;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #4F4E45;
	height: 45px;
	font-size: 16pt;
}
/*定义“表格列内文本缩进一个单位”的样式*/
.td-TextIndent1 {
	text-indent: 1em;
}
/*定义“表格列内文本缩进二个单位”的样式*/
.td-TextIndent2 {
	text-indent: 2em;
}
/*定义“表格列内文本缩进三个单位”的样式*/
.td-TextIndent3 {
	text-indent: 3em;
}

/***=====表格样式定义=====结束=====***/



/***=====表单样式定义=====开始=====***/

/*定义“下拉式”表单的样式*/
select {
	background-color: #DAF1F8;
	border: 1px solid #8BC1CD;
	vertical-align: middle;
	height: 18px;
}
/*定义“输入功能”表单的整体样式*/
input {
	vertical-align: middle;
	height: 20px;
	line-height: 17px;
}
/*定义“输入功能——按钮”表单的样式*/
input.Input-Button {
	background-color: #EEEEED;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #B1B0B0;
	border-bottom: 1px solid #B1B0B0;
	border-left: 1px solid #FFFFFF;
}
/*定义“输入功能——文字框”表单的样式*/
input.Input-Text {
	background-color: #EEEEED;
	border: 1px solid #B1B0B0;
}
/*定义“输入功能——上传文件”表单的样式*/
input.Input-File {
	background-color: #DAF1F8;
	border: 1px solid #8BC1CD;
}
/*定义“输入功能——文本域”表单的样式*/
textarea {
	scrollbar-face-color: #F0F7F9;/*(滚动条按钮背景色)*/
	scrollbar-highlight-color: #FFFFFF;/*(滚动条按钮内亮边色)*/
	scrollbar-shadow-color: #F0F7F9;/*(滚动条按钮内暗边色)*/
	scrollbar-3dlight-color: #104A57;/*(滚动条按钮外亮边色)*/
	scrollbar-darkshadow-color: #104A57;/*(滚动条按钮外暗边色)*/
	scrollbar-arrow-color: #104A57;/*(按钮图案颜色)*/
	scrollbar-track-color: #E4E9EB;/*(滚动条空白区颜色)*/
	background-color: #DAF1F8;/*(背景色)*/
	border: 1px solid #8BC1CD;/*(边框宽度及颜色)*/
}

/*定义“整个表单区域”的样式*/
.form-Border {
	border: 1px dotted #0E3438;/*（边框宽度及颜色）*/
	background-color: #E8F5F7;/*（背景色）*/
}
/***=====表单样式定义=====结束=====***/



/***=====特殊样式定义=====开始=====***/

/*定义“特殊显示的文字”的样式*/
font.font-WhiteColor {  color:#FFFFFF;}/*(特殊白字)*/
font.font-YellowColor { color:#00FF00;}/*(特殊黄字）*/
font.font-RedColor {  color:#FF0000;}/*(特殊红字)*/
font.font-BlackColor {  color:000000;}/*(特殊黑字)*/
font.font-VerticalAlignTop{	vertical-align: super;}/*(文字上标)*/
font.font-VerticalAlignBottom{	vertical-align: sub;}/*(文字下标)*/
font.font-FontWeight {	font-weight: bold;}
font.font-14PT {	font-size: 14pt;}
font.font-12PT {	font-size: 12pt;}
/*定义“特殊显示的超级链接”的样式*/
A.A-NoDecoration:hover{  text-decoration:none}/*(链接无下划线)*/
A.A-RedDecoration:hover{  text-decoration: underline; color: #FF0000}/*(链接红色下划线)*/
A.A-WhiteDecoration:hover{  text-decoration: underline; color: #FFFFFF}/*(链接白色下划线)*/
/*定义“图片外边框”的样式*/
.other-Imgborder {
	border: 1px solid #1F3F45;/*（边框宽度及颜色）*/
}

/*定义“版权及其它与正文字体及格式不同的文本”的样式*/
.other-Copyright {
	font-size: 10.5pt;/*（字号）*/
	line-height: 260%;/*（行间距）*/
}

/*=====特殊样式定义=====结束=====*/



/*=====其它样式定义=====开始=====*/

/*定义“分隔线”的样式*/
hr {
	background-position: center;/*（位置居中）*/
	height: 1px;/*（高度）*/
	color: #104A57;/*（颜色）*/
}

/*定义“鼠标状态”的样式*/
.mouse{
	cursor: hand;/*(呈手状)*/
}
/*定义“span区域”的样式*/
.kkk{color:#0000FF}

/*=====其它样式定义=====结束=====*/
