@charset "utf-8";

.abtn:link {
	color:#7e7a7b;
	text-decoration: none;
}
.abtn:visited { color:#7e7a7b;
text-decoration: none;}
.abtn:hover { color:#333}

.text {
	font-size: 13px;
	font-style: normal;
	color: #333;
	background-color: #FFF;
	margin: 1px;
	padding: 1px;
	line-height: 19px;
}

.text_sm {
	font-size: 11px;
	color: #333;
}
.table_text {
	font-size: 12px;
	color: #7e7a7b;
}
.table_sm {
	font-size: 11px;
	color: #7E7A7B;
}


.text_point {
	font-size: 13px;
	color: #bd152c;
}
.table_title {
	font-size: 12px;
	color: #FFF;
}
.text_point_sm {
	font-size: 11px;
	color: #BD152C;
	text-decoration: underline;
}

