div.highlightContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	width: 491px;
}


div.highlightContainer div.heading {
	width: 100%;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px; 
	color: #022f5f;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 5px;
}


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: 30px;
	color: #0664D3;
	text-decoration: none;
	font-weight: bold;
}

div.highlightContainer div.row div.title a:hover {
	text-decoration: underline;
	color: #990000;

}

div.highlightContainer div.row div.description {
	width: 100%;
}
div.highlightContainer div.row div.description p {
	width: 95%;
	margin: 0px;
}



div.highlightContainer div.row div.link {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.highlightContainer div.row div.link a {
	color: #0664D3;
	margin-right: 10px;
	text-decoration: none;
}

div.highlightContainer div.row div.link a:hover {
	color: #990000;
	text-decoration: underline;
}