/**Module specific color styles*/

.bg_dark {
	background-color: white;
}


.bg_medium {
	background-color: #fff2ac;
}


.bg_light {
	background-color: white;
}

.white {
	background-color: white;
}

.black {
	background-color: black;

}


/**theme specific styles*/


.heading {
	font-weight	:600;

}

