body {
	font-size: 12px;
}
td {
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.txt {
	line-height: 1.5;
}

.普通黑色文字 {color: #000000}
.文内链接 {
	color: #666666;
}
.主菜单链接 {
	color: #FFFFFF;
}
.红色链接 {color: #CC0033; }
.红色加粗链接 {
	color: #FF0000;
	font-weight: bold;
}
.大标题_红 {font-size: 14px; color: #C61313; font-weight: bold; }
.小标题_浅蓝 {
	color: #5E8BC2;
	font-weight: bold;
}
.红色醒目标题 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.小标题 {
	color: #CC3300;
	font-weight: bold;
}
.栏目标题 {
	color: #333333;
	font-weight: bold;
}
.灰色标注 {color: #666666; }
.内容标题 {
	font-size: 16px;
	color: #003399;
}
.醒目字体 {
    color: #F96057; 
	font-weight: bold; 
	font-size: 12px; 
}

