.uc-text-white {
	color: #fff;
}

.uc-text-green {
	color: #99CC33;
}

.uc-text-blue {
	color: #162C9A;
}

.uc-action-text-blue {
	color: #162C9A;
}

.uc-text-red {
	color: red;
}

.uc-text-dark {
	color: #262626;
}

.uc-bkg-green {
	background-color: #99CC33;
}

.uc-bkg-light {
	background-color: #f5f5fb;
}

.uc-bkg-dark {
	background-color: #1934ba;
}

.uc-bkg-dark-a {
	background-color: rgba(149, 163, 255, 0.3);
}

.uc-bkg-white {
	background-color: #fff;
}

.uc-bkg-white-a {
	background-color: rgba(255, 255, 255, 0.4);
}

.uc-bkg-light-green {
	background-color: rgba(224, 244, 223, 0.6);
}

.uc-bkg-light-blue {
	background-color: rgba(235, 241, 245, 0.6);
}

.uc-bkg-light-red {
	background-color: rgba(204, 193, 184, 0.6);
}

.uc-bkg-transparent {
	background-color: transparent;
}

.uc-admin-console {
	background-color: #fff3d0;
}

