#newslistcontainer {
	padding: 0px 0px 0px 0px;
}

#newssinglecontainer li {
	font-size: 100%;
}

#newssinglecontainer ul {
	margin-top: 5px;
}

.newsdate {
	color: #666666;
	padding: 0px 0px 0px 10px;
	font-size: 0.8em;
	font-weight: bold;
}

.newstitle {
	padding: 3px 0px 0px 10px;
	font-size: 1.2em;
}

.newstitle a {
	color: #2C7FDE;
}

.newstitle a:hover {
	color: #2C7FDE;
}

.newssubheader {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
	line-height: 1.5em;
}

.newstext {
	font-size: 1.1em;
	padding: 5px 0px 0px 10px;
	line-height: 1.5em;
}

.newslink {
	font-size: 0.8em;
	padding: 5px 0px 10px 10px;
}

/*
.newslink a {
	color: #2C7FDE;
}

.newslink a:hover {
	color: #2C7FDE;
}
*/

.newslatestcontainer {
	padding: 10px 0px 0px 0px;
}

.newslatestcontainertitle {
	font-weight: bold;
	padding: 20px 0px 5px 0px;
}

.newsdatelatest {
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
}

.newstitlelatest {
	font-size: 0.9em;
	padding: 0px 0px 3px 0px;
}

.newssubheaderlatest {
	font-size: 0.9em;
	padding: 0px 0px 3px 0px;
	line-height: 1.5em;
}

.news-archive-header {
	font-weight: bold;
	padding-bottom: 10px;
}

