/* CSS Document */


body { font:12px "Verdana"; color:#333; }
A:link {
	COLOR: #333; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333; TEXT-DECORATION: none
}
A:active {
	COLOR: #333; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}

.font {
	font-size:12px;
	color: #2c2c2c;
	line-height: 22px;
	font-family: Verdana;
}
.font_white_en {
	font-size:11px;
	color: #fff;
	line-height: 18px;
	font-family: Arial;
}.font_black_en {
	font-size:11px;
	color: #333;
	line-height: 18px;
	font-family: Arial;
}
.font_white {
	font-size:12px;
	color: #fff;
	line-height: 18px;
	font-family: "Verdana";
}
.font_black{
	font-size:12px;
	color: #333;
	line-height: 24px;
	font-family: Verdana;
	font-weight: bold;
}

.box{
	border: 1px solid #333333;
}

.font_green {
	font-size:14px;
	color: #336037;
	line-height: 30px;
	font-family: Verdana;
	font-weight: bold;
}
.dian {
	font-size:6px;
	color: #2c2c2c;
	line-height: 10px;
	font-family: Verdana;
}

