
/*======= container classes ==============*/


.contHeadLG {
	background: url(ACTIMeHeader.gif) bottom left no-repeat;
	padding-left: 25px;
	height: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
	color: white;
}

.contHeadLG .Head {
	font-size: 14px;
	font-weight: bold;
	font: Verdana;
	color: white;
} 

.contBodyLG {
	background: url(ACTIMeContent.gif) top left repeat-y;
	padding-left: 27px;
	padding-right: 80px;
}

.contBodyLG .Normal {
	font: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

 .NormalHead {
	font-size: 12px;
	font-weight: bold;
	font: Verdana;
	color: #01356E;
} 

 .NormalDisclaimer {
	font-size: 10px;
	font-weight: normal;
	font: Verdana;
	color: black;
} 


