/* News Articles CSS */
.newsArticles {
	list-style: none;
	margin: 15px 0;
}
	.newsArticles > li {
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}
		.articleTitle {
			display: block;
			margin: 10px 15px 0 0 !important;
			padding: 0 !important;
			font-size: 13px;
			color: #1b4a98 !important;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
		}
			.articleTitle:hover { text-decoration: underline; }
		.articleDate {
			font-weight: bold;
			font-size: 11px;
			padding: 2px 0 0 !important;
			margin: 0 !important;
		}
		.articleTeaser {
			padding: 2px 10px !important;
		}
		.articleMoreLink {
			color: #1777c6;
			font-weight: bold;
			display: block;
			float: right;
			margin: 0 45px 0 0;
			font-size: 12px;
		}
			.articleMoreLink:hover { text-decoration: none; }
			
/* News Article CSS */
.newsDate {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0 5px;
}
.backLink {
	color: #1777c6;
	font-weight: bold;
	font-size: 12px;
}
	.backLink:hover { text-decoration: none; }