
/*=============================
 General Colors
============================= */

.white{color:#ffffff;}
.black{color:#000000;}
.veryDarkGrey{color:#222222;}
.grey666{color:#666666;}
.grey888{color:#888888;}
.greyDDe{color:#dedede;}
.greyFFA{color:#fafafa;}
.brandBlue{color:#4e8426 !important;}
.brandCl1{color:#007e9c;}
.brandCl2{color:#035e74;}
.brandCl3{color:#000000;}

/*=============================
 Background Colors
============================= */

.white_back{background-color:#ffffff;}
.black_back{background-color:#000000;}
.veryDarkGrey_back{background-color:#222222;}
.lighGrey_back{background-color: #CCCCCC;}
.grey666_back{background-color:#666666;}
.grey888_back{background-color:#888888;}
.greyDDe_back{background-color:#dedede;}
.greyFFA_back{background-color:#fafafa;}

.brandCl1_back{background-color:#007e9c;}
.brandCl2_back{background-color:#035e74;}
.brandCl3_back{background-color:#000000;}
.nodecoration {text-decoration: none;}
a.whiteLink:link {
	color: #fff !important;
}	
a.whiteLink:visited {
	color: #fff !important;
}	
a.whiteLink:hover {
	text-decoration: underline;
	color: #fff !important;
}