div.highlightContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
}


div.highlightContainer div.heading {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	margin-bottom: 5px;
	vertical-align: top;
}


div.highlightContainer div.row {
	width: 450px;
	margin-bottom: 10px;
	border-bottom: 0px solid #749AC6;
}

div.highlightContainer div.clear.rule {
	border-bottom: 1px solid #999999;
	width: 900px;
	margin-bottom: 10px;
}

div.highlightContainer div.row.even {
	background-color: #ffffff;
	float: right;
	margin-right: 20px;
	border-left: 1px solid #999999;
	padding-left: 10px;
}

div.highlightContainer div.row.odd {
	background-color: #ffffff;
	float: left;
}



div.highlightContainer div.row.last {
}


div.highlightContainer div.row div.title {
	width: 100%;
	font-size: 15px; 
	line-height: 23px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	margin-top: 0px;
}

div.highlightContainer div.row div.title a {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

div.highlightContainer div.row div.title a:hover {
	color: #990000;
	text-decoration: underline;
}

div.highlightContainer div.row div.description {
	width: 100%;
}


div.highlightContainer div.row div.link {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}

div.highlightContainer div.row div.link a {
	color: #000000;
	margin-right: 10px;
}

div.highlightContainer div.row div.link a:hover {
	color: #990000;
	text-decoration: underline;
}
