@charset "utf-8";
/* CSS Document */

ul.news-tile-list {
	list-style: none;
	margin: 0; padding: 0;
}

ul.add-links-padding {
	padding: 10px;
	line-height: 25px;
}

ul.news-tile-list li {
	margin: 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

ul.news-tile-list li.last {
	border-bottom:none;
}

h4.news-tile-title {
	font-weight: 600;
	text-transform: uppercase;
}

p.news-tile-date {
	color:#999;
	font-size: 14px;
}

p.news-tile-highlight {
	font-size: 16px;
}

img.news-tile-highlight-image {
	border: 1px solid #CCC;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
}

p.news-events-duration {
	color:#333;
	font-size: 14px;
	font-weight: 600
}

a.news-tile-read-more-link {
	font-weight:600;
	font-size:13px;
	color:#630;
	font-style:italic
	
}