/***********************/
/* BEGIN: Color Styles */
/***********************/

.bkgWhite {
	background-color: #FFFFFF;
}

.bkgOrange {
	background-color: #eb4f2d;
}

.txtWhite,
.pageContent h1.txtWhite,
.pageContent h1.txtWhite a,
.pageContent h2.txtWhite,
.pageContent h2.txtWhite a  {
	color: #FFFFFF ! important;
}

.txtOrange {
	color: #cc3300;
}

.txtOrange-1 {
	color: #eb4f2d ! important;
}

.txtOrange-2 {
	color: #c96103 ! important;
}

.txtGold-1 {
	color: #ffcf45 ! important;
}

.txtGold-2 {
	color: #ffb43c ! important;
}

.txtGold-3 {
	color: #f2a53b ! important;
}

.txtSilver {
	color: #abadad;
}

.txtBlue,
.pageContent h1.txtBlue,
.pageContent h1.txtBlue a,
.pageContent h2.txtBlue,
.pageContent h2.txtBlue a {
	color: #224487 ! important;
}

.txtBlue-2 {
	color: #1885d1 ! important;
}

.txtBrightBlue {
	color: #77b3f2 ! important;
}

.txtNeonBlue {
	color: #1797ed ! important;
}

.txtSkyBlue {
	color: #77b3f2 ! important;
}

.txtLtBlue,
.pageContent h1.txtLtBlue,
.pageContent h1.txtLtBlue a,
.pageContent h2.txtLtBlue,
.pageContent h2.txtLtBlue a {
	color: #8dafd9 ! important;
}

.txtBlack {
	color: #000000 ! important;
}

/*********************/
/* END: Color Styles */
/*********************/
