/* CSS Document */
/* 定义页面文本元素的样式 */

.theme {
	font-family:宋体;
	font-size:14px;
	line-height:140%;
}
.title {
	font: 800 14px 宋体;
	text-indent: 2em;
}
.content1 { 
	font-family:宋体;
	font-size:12px;
}
.content2 { 
	font-family:宋体;
	font-size:12px;
	text-indent:2em;
}
.content3 { 
	font-family:宋体;
	font-size:12px;
	text-indent:2em;
	line-height:180%;
}
.content4 { 
	font-family:宋体;
	font-size:12px;
	line-height:140%;
}
.new {
	font-family:宋体;
	font-size:12px;
	line-height:140%;
	color: #FF0000;
}
.note {
	font-family:宋体;
	font-size:12px;
	line-height:140%;
	color: #BEBEBE;
}
.red1 {
	font-family:宋体;
	font-size:12px;
	color: #CC0000;
}
.red2 {
	font-family:宋体;
	font-size:14px;
	color: #CC0000;
}
.blue1 {
	font-family:"宋体";
	font-size:12px;
	color: #0099CC;
}
.copyright {
	font-family:宋体;
	font-size:12px;
	color: #666666;
}

