/* HOMEPAGE MODULE CONTAINER CLASSES */


.ContainerWrapper
{
	border:				solid 1px #005798;
}

.ContainerWrapper .Title
{
	background-color:		#005798;
	height:				13px;
}


.ContainerWrapper .Title .Head
{
	font-weight:			bold;
	color:				#FFFFFF;
	font-size:			8pt;
}

.ContainerWrapper .MainContentWrapper
{
	height:				75px;

}

.ContainerWrapper .MainContentWrapper .ContentWrapper
{
	line-height:			18px;
	color:				#005798;
	font-size:			8pt;
	text-align:			left;
	padding-top:			14px;
}