a:link { /* 未访问的链接颜色 */
	color: #000000;
	text-decoration: none;
	font-size: 9pt;

}

a:visited { /* 已访问的链接颜色 */
	text-decoration: none;
	color: #000000;
	font-size: 9pt;
}

a:hover { /* 鼠标盘旋的链接颜色 */
	color: #A92C2A;
	text-decoration: none;
	font-size: 9pt;
}

body {
	background-image: url(images/body_bg.gif);
}
.font1 { /* 字体定义 */
	font-family: "黑体";
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}
.title { /* 字体定义 */
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}
.more{ /* 更多：字体定义 */
	font-size: 9pt;
	line-height: 1.5em;
	color: #999999;
}
.top{ /* 更多：字体定义 */
	font-size: 9pt;
	line-height: 14px;
	color: #666666;
}
.Button { /* 按钮定义 */
	font-size: 9pt;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.tablecolor1 { /* 表格标题栏定义tr */
	font-size: 10pt;
	color: #ffffff;
	line-height: 33px;
	font-weight: bold;
	background-image: url(images/left02.gif);
}

.tablecolor2 { /* 表格标题栏;info;定义td */
	font-size: 9pt;
	color: #000000;
	line-height: 18px;
	height: 18px;
}

.tablecolor3 { /* 表格标题栏定义tr */
	font-size: 10pt;
	color: #000000;
	line-height: 21px;
	font-weight: bold;
	background-image: url(images/left03.gif);
}
.tablecolor4 { /* 表格标题栏文子定义 */
	font-size: 10pt;
	color: #000000;
	line-height: 21px;
	font-weight: bold;
	}

.tablecolor5 { /* 左边表格标题栏定义 */
	font-size: 10pt;
	color: #ffffff;
	line-height: 26px;
	font-weight: bold;
	background-image: url(images/left04.gif);
}
.tablecolor6 { /* right bottom表格标题栏定义tr */
	font-size: 10pt;
	color: #ffffff;
	line-height: 33px;
	font-weight: bold;
	background-image: url(images/left05.gif);
}
.tablecolor7 { /* bottom centem表格标题栏定义tr */
	font-size: 10pt;
	color: #214A8A;
	line-height: 23px;
	font-weight: bold;
	background-image: url(images/left06.gif);
}
.tablecolor9 { /* more top表格标题栏定义tr */
	font-size: 10pt;
	color: #214A8A;
	background-image: url(images/bg.gif);
}
.tablecolor8 { /* more top表格标题栏定义tr */
	background-image: url(images/bgLine.gif);
}
.tablecolor10 { /* info title表格标题栏定义tr */
	font-size: 10.5pt;
	color: #000000;
	font-weight: bold;
   line-height: 23px;
}
.messagecontent { /* 新闻内容*/
	font-size: 10.5pt;
	color: #000000;
	line-height: 21px;
}
.messagetitle { /* 新闻标题*/
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
    line-height: 18px;
}
