a:link {font-size:12px;color:#000000;TEXT-DECORATION: none }  /*连接的文字大小为12px，黑色，没有下划线*/
a:hover {font-size:12px;color:#000000;TEXT-DECORATION:underline;cursor='hand' } /*鼠标指向以后，连接的文字下出现下划线，并使鼠标变为手型*/
a:visited { font-size:12px;color:#000000;text-decoration: none} /*访问过的连接与普通连接格式相同*/
a:active { font-size:12px;color:#000000; text-decoration: underline} /*-正在点击的连接文字带下划线*/
body {font-family:宋体;font-size:12px;color:#000000;line-height:180% } /* 页面文字为宋体，大小12px，黑色，行间距180% */
input,select,textarea {font-size:12px;color:#000000} /*表单中的输入框，选择框，多行输入框，文字大小为12px，黑色*/
td {font-size:12px;color:#000000} /*表格内容格式：12px大，黑色*/
HR {
	size:1;color:#ededed;height:1;noshade 
}

.boldhr {size:1;color:#cccccc;height:1;noshade }
.menubar {font-size:12px;color:#000000;height:20;vertical-align:bottom} /*菜单栏格式：表格行高20，字12px,黑色。目前二级菜单，页面下方菜单都使用该格式。*/
.titlebar {font-size:12px;color:#000000;height:20;vertical-align:middle} /*菜单栏格式：表格行高20，字12px,黑色。目前二级菜单，页面下方菜单都使用该格式。*/
.topadbar {font-size:12px;color:#000000;height:70} /*主菜单广告的格式*/
.columnbar {font-size:12px;color:#000000;height:38}/*一级栏目标题格式*/
.coloredbar {font-size:12px;color:#000000;height:6}/*页面底部广告条上方彩色条线的格式*/
.botadbar {font-size:12px;color:#000000;height:60}/*底部菜单广告条的格式*/
.copyright {font-family:Geneva, Arial, Helvetica, san-serif;font-size:10px;color:#000000;10px; LINE-HEIGHT: 180%}
/*版权声明部分的格式*/

.listcontents {font-size:12px;color:#000000;line-height:200% }/*中心列表格式*/
.listcontents A {font-size:12px;color:#000000;line-height:200%;TEXT-DECORATION: none}
.listcontents A:hover {font-size:12px;color:#000000;line-height:200%;TEXT-DECORATION: underline}

.greytitle {background-color:#ededed;height:28} /*列表标题的td格式定义*/
.listtitle {font-weight:bold;font-size:12px;color:#000000;line-height:200%;letter-spacing:1pt; } 
/*列表标题的文字格式定义 中心列表的文字左对齐，并且文字与边框之间有一个空格；小列表的标题居中*/

.textcontents {font-size:14.8px;color:#000000;line-height:180%} /*操作说明等段落文字*/
.textcontents A {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: none}
.textcontents A:link {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: underline}
.textcontents A:hover {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: underline}
.textcontents A:active {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: underline}
.textcontents A:visited {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: underline}

.normaltext {font-size:12px;color:#000000;line-height:180%} /*普通文字*/
.normaltext A {font-size:12px;color:#000000;line-height:180%;TEXT-DECORATION: none}
.normaltext A:hover {font-size:12px;color:#000000;line-height:180%;TEXT-DECORATION: underline}


.newstitle {font-size:16px;color:#000000;font-weight:bold;line-height:200%;letter-spacing:1pt} /*新闻标题*/
.newstext {font-size:16px;color:#000000;line-height:180% } /*新闻阅读文字格式*/
.newstext A  {font-size:16px;color:#000000;line-height:180%;TEXT-DECORATION: none }
.newstext A:hover  {font-size:16px;color:#000000;line-height:180%;TEXT-DECORATION: underline }
.newstext A:active  {font-size:16px;color:#000000;line-height:180%;TEXT-DECORATION: none }
.newstext A:visited  {font-size:16px;color:#000000;line-height:180%;TEXT-DECORATION: none }
