.text {
	font-size: 12px;
	color: #333333;
}
.text_set {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.number_red {
	font-size: 16px;
	font-weight: bolder;
	color: #FF0033;
}.number_green {
	font-size: 16px;
	font-weight: bolder;
	color: #006633;
	text-transform: capitalize;
}
.number_red_big {
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
}
.text_set_red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0033;
}
.number_gray {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.td1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.td2 {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.text_blue {
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
}
.number_blue {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
