
.jbg-blue {
	background-color: #1C65AE;
	color: white;
}

.jbg-mid-blue {
	background-color: #568CC3;
	color: white;
}

.jbg-light-blue {
	background-color: #B2CBE4;
	color: white;
}

.jbg-aqua {
	background-color: #3CBABA;
	color: white;
}

.jbg-mid-aqua {
	background-color: #7CD1D1;
	color: white;
}

.jbg-light-aqua {
	background-color: #B2CBE4;
	color: white;
}

.jbg-orange {
	background-color: #F3AE68;
	color: white;
}

.jbg-mid-orange {
	background-color: #F8CDA3;
	color: white;
}

.jbg-light-orange{
	background-color: #FBE2C9;
	color: white;
}

.jbg-green {
	background-color: #AEE17F;
	color: white;
}

.jbg-mid-green {
	background-color: #CEEDB1;
	color: white;
}

.jbg-light-green {
	background-color: #DCF2C8;
	color: white;
}

.jbg-grey {
	background-color: #CFD1DA;
}

.jbg-purple {
	background-color: #b86bcb;
	color: white;
}


th {
	background-color: #1C65AE;
	color: white;
	}

a.jbg-hover-blue:hover {
	color:  #acdbff;
	}