/**text color**/
.dark-green-text{
	color: #1B2A06;
}
.green-text{
	color: #5E9E5E;
}
.blue-text{
	color: #0000EE;
}
.gray-text{
	color: #A1A1A1;
}
/** bg color **/
.light_bg_yellow{
	background: #FFFFCF;
}
.light_bg_gray{
	background: #F5F5F5;
}
footer{
	background: #1B2A06;
}
.dark_bg_green{
	background: #1B2A06;
}
.light_bg_orange{
	background:#FFF7EB;
}
.bg_green{
	background:#5E9E5E;
}
