div.highlightContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	width: 300px;
}


div.highlightContainer div.heading {
	color: #022F5F;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	margin-bottom: 5px;
	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%;
}

div.highlightContainer div.row div.title a {
	font-size: 14px;
	line-height: 18px;
	color: #0664D3;
}

div.highlightContainer div.row div.description {
	width: 100%;
}


div.highlightContainer div.row div.link {
	width: 100%;
	margin-bottom: 5px;
}

div.highlightContainer div.row div.link a {
	color: #0664D3;
	margin-right: 10px;
}
