/*************************************************
			    Container Styles
*************************************************/
.NormalContainer {
	width:100%;
	padding-bottom:10px;
}
	.CntrTitle {
		padding:0 0 1em 0;
	}
		.NormalTitle {
			width:100%;
		}
		.CntrTitle h2 {
			font-size:170%;
			color:#2a2a2a;
			font-family:Arial, Helvetica, sans-serif;
		}
		.BoldTitle .CntrTitle h2 {
			font-family:"Arial Black", Gadget, sans-serif;
		}
		.RedTitle .CntrTitle h2 {
			color:#56791B;
		}
		.NormalContainer .CntrTitle h2 {
		}
		
	.NormalContainer .ContentBody {
		padding:0 0 .63em 0!important;
	}
.lb-bg .ContentBody {
	background:#cfdbe5;
}

