.repeat-no {
	background-repeat: no-repeat;
}
.repeat-x {
	background-repeat: repeat-x;
}
.repeat-y {
	background-repeat: repeat-y;
}
.h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.f12 {
	font-size: 12px;
}
.f12-white {
	font-size: 12px;
	color: #FFFFFF;
}
.f14 {
	font-size: 14px;
}
.f14-white {
	font-size: 14px;
	color: #FFFFFF;
}
.f10 {
	font-size: 10px;
}
.h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
