@charset "utf-8";

.text10 {
	font-size: 10px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.text24 {
	font-size: 24px;
}
.text12white {
	font-size: 12px;
	color: #FFFFFF;
}
.text16white {
	font-size: 16px;
	color: #FFFFFF;
}
.text12red {
	font-size: 12px;
	color: #FF3300;
}
.text14red {

	font-size: 14px;
	color: #FF3300;
}
.text24red {
	font-size: 24px;
	color: #FF3300;
}
.textred {
	color: #FF3300;
}
.textblue {
	color: #03F;
}
.textwhite {
	color: #FFF;
}
.text-small {
	font-size: 90%;
}
.textbold {
	font-weight: bold;
}
.textitalic {
	font-style: italic;
}
.text12bold {
	font-size: 12px;
	font-weight: bold;
}
.text14bold {
	font-size: 14px;
	font-weight: bold;
}
.text16bold {
	font-size: 16px;
	font-weight: bold;
}
.text24bold {
	font-size: 24px;
	font-weight: bold;
}
