@charset "utf-8";
/* CSS Document */
.font1{
	font-family:"微软雅黑", "宋体", "黑体", Verdana, "Times New Roman";
	font-size:16px;
	line-height:30px;
	color:#333;
}
.font2{
	font-family:"微软雅黑", "宋体", "黑体", Verdana, "Times New Roman";
	font-size:12px;
	line-height:18px;
	color:#F00;
	font-weight:bold;
}
.font_h2{
	font-family:"微软雅黑", "宋体", "黑体", Verdana, "Times New Roman";
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
.font_grey{
	font-family:"微软雅黑", "宋体", "黑体", Verdana, "Times New Roman";
	font-size:12px;
	line-height:18px;
	color:#CCC;
}
