<!--

/* Normal box with image at left and text at right */
/* div containing div,img,p */
.boxes-imagetext-subheader {
	height:127px;
	background-color:#FFFFFF;
	border-top:5px solid #4C70B7;
	padding-top:1px;
	margin-bottom:15px;
}
.boxes-imagetext-subheader-innerdiv {
	background-color:#4C70B7;
	height:127px;
	color:#FFFFFF;
}
.boxes-imagetext-subheader-leftimage {
	float:left;
	border-right:1px solid #FFFFFF;
	margin-right:6px;
}
.boxes-imagetext-subheader-mainparag {
	margin:0px;
	padding-top:6px;
}

/* Normal pseudo-line-box without image nor text */
/* div containing div,img,p */

.boxes-bluebar-subheader {
	background-color:#FFFFFF;
	border-top:5px solid #4C70B7;
	border-bottom:2px solid #FFFFFF;
	margin-bottom:15px;
}

/* Phrase used to spotlight a text*/
.boxes-textspotlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	line-height:18px;
	padding:10px;
	font-style:italic;
	font-weight:bold;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:10px;
	background-image:url(/site/img/common/light-bg-quotes.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
			
-->