/* CSS Document */

body { font:12px "Arial"; color:#333; }
A:link {
	COLOR: #333; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333; TEXT-DECORATION: none
}
A:active {
	COLOR: #7200ff; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}

.font {
	font-size:11px;
	color: #2c2c2c;
	line-height: 24px;
	font-family: "Arial";
}
.font_wright {
	font-size:12px;
	color: #fff;
	line-height: 24px;
	font-family: "Arial";
	font-weight: bold;
}
.font_wright_x{
	font-size:12px;
	color: #fff;
	line-height: 18px;
	font-family: "Arial";
}

.box{
	border: 1px solid #333333;
}
.font_black {
	font-size:12px;
	color: #2c2c2c;
	line-height: 18px;
	font-family: "Arial";
}
.font_black_w {
	font-size:12px;
	color: #2c2c2c;
	line-height: 18px;
	font-family: "Arial";
	font-weight: bold;
}
.dian {
	font-size:6px;
	color: #2c2c2c;
	line-height: 10px;
	font-family: "Arial";
}
.font_yellow {
	font-size:12px;
	color: #ff8434;
	line-height: 18px;
	font-family: "Arial";
}