.newsBulletin {
	padding: 1em;
}
.newsBulletin .newsTitle {
	margin-bottom: 0.4em !important;
}
.newsBulletin .newsItem {
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	padding: 0 0 1em 0;
}

.newsBulletin .newsDate {
	font-size: 12px;
	color: #717171;
	font-style: italic;
}
.newsBulletin .newsTitle A {
	text-decoration: none !important;
}
.newsBulletin .newsTitle A:hover {
	text-decoration: underline !important;
}