.colorlightgreen {
	background-color: #98d73e;
}
.colordarkgreen {
	background-color: #7cb52b;
}
.colorBlack {

	background-color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}
.textWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}
.textWhiteLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bolder;

}
.highlightText {
	font-weight: bold;
	color: #34691B;


}
