@charset "utf-8";
.small_black {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #231f20;
	text-decoration: none;
}
.smallbold_black {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #231f20;
	text-decoration: none;
}
.bigblack {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #231f20;
	text-decoration: none;
}
.smallboldorange {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffcf06;
	text-decoration: none;
}