.content_test {
	font-size: 10px;
	color: #CCCCCC;
}

.btn_text_blue {
	font-size: 12px;
	color: #2CA6C5;
}
.btn_text_red {
	font-size: 12px;
	color: #993300;
}
.btn_text_orange {
	font-size: 12px;
	color: #FF6600;
}
.btn_text_green {
	font-size: 12px;
	color: #00CC66;
}

.content_text_yellow_green {
	font-size: 12px;
	color: #928618;
	line-height: 20px;
}
.content_text_blue {
	font-size: 12px;
	line-height: 20px;
	color: #2CA6C5;
}

.content_text_black {
	font-size: 12px;
	color: #5B5B5B;
	line-height: 20px;
}
.title_text_red {
	font-size: 13px;
	font-weight: bold;
	color: #E30000;
}
.title_text_orange {
	font-size: 13px;
	font-weight: bold;
	color: #F97000;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: no;
}


A2.a:link { color: #2CA6C5;}
A2.a:visited { color: #000000;}
A2.a:hover { color: #3399CC;}
A2.a:active  { color: #3399CC;}




.title_text_white {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
}
.content_text_big_red {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
