/* LIST START */
.news-list-container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.news-list-item {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: 1px dotted silver;
}

.news-list-title {
	text-decoration: none;
	font: small-caps bold 17px Georgia, "Times New Roman", Times, serif;
}

.news-list-title a {
	color: #336999;
	text-decoration: none;
}

.news-list-title a:hover {
	color: #336999;
	text-decoration: underline;
}

.news-list-date {
	background-color: purple;
	width: 100%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align: center;
}

.news-list-morelink {
}

.news-list-browse {
	font-weight: bold;
}

/* LIST END */


/* SINGLE START */
.news-single-title {
	text-decoration: none;
	color: #336999;
	margin-bottom: 5px;
	font: small-caps bold 18px Georgia, "Times New Roman", Times, serif;
}

.news-single-timedata {
	width: 100%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align: center;
	font: 10px Georgia, "Times New Roman", Times, serif;
}

.news-single-item {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

.news-single-backlink {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: black;
}

.news-single-backlink a {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: black;
	text-decoration: none;
}

.news-single-backlink a:hover {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: black;
	text-decoration: underline;
}

/* ingress */
.news-single-subheader {
	color: black;
	margin-bottom: 10px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

/* text */
.news-single-content {
	margin-bottom: 15px;
}

.author {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-bottom: 15px;
}






/* SINGLE END */