body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DAEFFF;
}
body,td,th {
	font-size: 9pt;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.favMenu {CURSOR: hand; FONT: menu
;}
img{border="0"}

/*表单样式
input{color:#1F1F1F;
background-color: #ffffff;
}*/

/*文本输入框样式:蓝色边框线*/
input.tx{
         color:#1F1F1F;
         background-color : #ffffff;
         border: 1 solid #7F9DB9;
}

/*表格隔行变色
tr {background-color:expression((this.sectionRowIndex%2==0)?"transparent":"#F2F9FF")}
.ov  {background-color:  #FDF9EE;	text-align: center;}
.ou  {	text-align: center;}*/

/* 按钮样式 */
.button {
	border: 1px solid #51649E;
	clear: none;
	float: none;
	color: #000000;
	margin-top: 2px;
	padding-top: 2px;
	height: 22px;
	font-size: 12px;
	background-image: url(file:///D|/网站HTM文件/htjy/css/..\images\button-img.jpg);	
}

/*左侧菜单默认状态*/
.sub {
      DISPLAY: none 
;}

/*左侧打开菜单背景颜色设置：白色*/
TD.ffffff {
	height: 20;
	background-color:#ffffff;
}

/*表格首行样式*/
TD.top {
	height: 27;
	text-align: center;
	background-image: url(file:///D|/网站HTM文件/htjy/images/list_29.jpg);
	font-size: 10pt;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
}

/*表格首列样式*/
TD.lis {
	text-align: center;
	font-size: 10pt;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
}
　
/*TD内容居中显示*/
TD.cen {
	height: 20;
	text-align:center;
}

/*TD内容居左显示*/
TD.lef {
	height: 20;
	text-align:left;
}

/*TD内容居右显示*/
TD.rig {
	height: 20;
	text-align:right;
}

/*文字样式，大小9pt,字体加粗，用于标题*/
.textB9 {
	font-size: 9pt;
	font-weight: bold;
}

/*文字样式，大小9pt,不加粗,用于较多的文字内容*/
.text9 {
	font-size: 9pt;
	line-height: 12pt;
}

/*文字样式，大小10pt,不加精，用于较多的文字内容*/
.text10 {
	font-size: 10pt;
	line-height: 14pt;
}

/*文字样式，大小10pt,字体加粗，用于标题*/
.textB10 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 14pt;
	}
	
/*文字样式，大小11pt,用于登录后的首页*/
.text11 {
	font-size: 10.5pt;
	line-height: 16pt;
	color: #FF6600
}
.dtitle{
font-size:12px;
color:#FF0000
}
