/*************************************************
			    Container Styles
*************************************************/
.GreyContainer, .BlueContainer {
	width:100%;
	padding-top:10px;
}
	.CntrTitle {
		padding:7px 10px 7px 10px;
		height:23px;
	}
	.GreyContainer .CntrTitle {
		background:url(images/greyHeaderBg.jpg) repeat-x;
	}
	.BlueContainer .CntrTitle {
		background:url(images/blueHeaderbg.jpg) repeat-x;
	}
		.GreyTitle {
			color:#FFF;
			font-size:125%;
			font-weight:bold;
			width:100%;
		}
		.BlueTitle {
			color:#FFF;
			font-size:125%;
			font-weight:bold;
		}
	.ContentBody {
		padding:10px 10px 10px 10px!important;
	}
