.reg_text {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
}
.reg_text_white {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #ffffff;
}
.reg_text_blue {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #3366FF;
}
.reg_text_orange {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #ff9900;
}
.reg_text_b {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}
.mid_text_bk {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
}
.mid_text_gray {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
}
.mid_text_white {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #ffffff;
}
.mid_text_orange {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #ff9900;
}
.link_text {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #CC0000;
}
 A {text-decoration:none;}
 A:hover{text-decoration:underline;}
