/*--------------------------------------------------------------------
 *
 * 金标委网站的标准样式
 *  DateTime: 2005-1-6
 *  author: lizhi
 *--------------------------------------------------------------------*/

/*
 * 系统的背景部分和滚动条效果
 */
body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
        SCROLLBAR-SHADOW-COLOR: #8C9EB7;
        SCROLLBAR-3DLIGHT-COLOR: #B0C4D8;
        SCROLLBAR-TRACK-COLOR: ;
        SCROLLBAR-DARKSHADOW-COLOR: #000000;
        scrollbar-Base-Color: #C1D7F4;
}

td {
	font-size: 12px;
	color: 000000;
	line-height:140%;
}
.high {
	font-size: 18px;
	color: 000000;
	line-height:120%;
}
.input{
	BACKGROUND: #F2F7FE;
	BORDER: #605CA8 1px solid;
	COLOR: #767575;
	font-size: 12px;
}

/*
 *  这个部分是超级连接部分
 *
 */
a:link {
	color:  #000000;
	text-decoration: underline;
}
a:visited {
	color: #393B4D;
	text-decoration: underline;
}
a:hover {
	color:1566EC;
	text-decoration: underline;
}


/* TOP* head文件的风格--------------------------------*/

  /*head导航文字风格;foot版权文字也套用这个风格*/

.headtext {
	font-size: 12px;
	color: #ffffff;
}
.headtext a:link {
	color: #ffffff;
	text-decoration: none;
}
.headtext a:visited {
	color: #ffffff;
	text-decoration: none;
}
.headtext a:hover {
	color: FFD35B;
	text-decoration:underline ;
}
  /*head时间和记数文字风格*/
.headtime {
	font-size: 12px;
	color: #9DA8FF;
}



/* TOP* 左列文件的风格-------------------------------*/

/*二级栏目名称风格*/

.sortname {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
        height:25px

}


/*二级分类文字的正常效果和链接风格*/

.subtext {
	font-size: 14px;
	color: #000000;
        height:25px
}

.subtext a:link {
	color: #000000;
	text-decoration: none;
}
.subtext a:visited {
	color: #000000;
	text-decoration: none;
}
.subtext a:hover {
	color: #FEF7E1;
	text-decoration:none;
}


/* TOP* 右列文件的风格-------------------------------*/

/*信息分类table的边框*/
.hurdle {
        border:1px solid AED1FF
}

/*信息分类td底图和文字风格*/
.hurdlename {
	font-size: 14px;
	color: #0B43C2;
	height:25px;
	font-weight: bold;
	background-image: url(images/rbar_bg.gif);
	background-repeat: repeat-y;
	text-indent: 12px;
}

/*“更多”文字的链接样式*/

.more{
	font-size: 12px;
	color: #ffffff;
}

.more a:link {
	color: #ffffff;
	text-decoration: underline;
}
.more a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.more a:hover {
	color: BC3804;
	text-decoration:underline ;
}

/* TOP* 详细内容的文字风格-------------------------------*/

/*文章题目*/
.theme {
	font-size: 14px;
	color: #1D63D7;
	font-weight: bold;
}

/*文章正文*/
.text {
	font-size: 14px;
        line-height:150%;
}














