@charset "utf-8";
.white {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
.red_bold {
	font-family: Tahoma;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
.orange {
	font-family: Tahoma;
	font-size: 13px;
	color: #EB9500;
	font-weight: normal;
}
.gray {
	font-family: Tahoma;
	font-size: 13px;
	color: #9C9C9C;
	font-weight: normal;
}

