div.highlightContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	width: 592px;
}

div.highlightContainer p { 
	margin: 0px 0px 5px 0px;
}



div.highlightContainer div.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #BC0000;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	width: 100%;
	vertical-align: top;
}


div.highlightContainer div.row {
	border-bottom: 1px solid #749AC6;
	width: 100%;
	margin-bottom: 10px;
}


div.highlightContainer div.row.last {
	border: none;
}


div.highlightContainer div.row div.title {
	width: 100%;
	margin-bottom: 5px;
}

div.highlightContainer div.row div.title a {
	font-size: 14px;
	line-height: 18px;
	color: ##0E4093;
	text-decoration: none;
}

div.highlightContainer div.row div.title a:hover {
	text-decoration: underline;
}

div.highlightContainer div.row div.description {
	width: 100%;
}


div.highlightContainer div.row div.link {
	width: 100%;
	margin-bottom: 5px;
	display: none;
}

div.highlightContainer div.row div.link a {
	color: ##0E4093;
	text-decoration: none;
	margin-right: 10px;
}

div.highlightContainer div.row div.link a:hover {
	text-decoration: underline;
}