/* ***************** LISTING ITEM **************** */
.TabList {
    width: 100%;
    padding: 6px;
    border: 1px solid #d8d8d8;
    margin-top: 10px;
}
.ListTitle {
	
}
a.articleTitle:link, a.articleTitle:active, a.articleTitle:visited {
	font-family: Georgia, Arial, Times New Roman;
	font-size: 16pt;
}
a.articleTitle:hover {
	font-family: Georgia, Arial, Times New Roman;
	font-size: 16pt;
}
.ListDate {
	font-size: 9pt;
    padding-bottom: 10px;
}
.ListSumm {
	font-size: 10pt;
}
.ListImgWr {
	display: inline;
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
        margin-top: 1em;
}
.articleContentCell {
	padding-top: 10px;
}
a.More:link, a.More:active, a.More:visited {
	font-size: 10pt;
	font-weight: bold;
}
a.More:hover {
	font-size: 10pt;
	font-weight: bold;
}

/* ***************** LISTING ITEM **************** */
.TabView {
	width: 100%;
}
.ViewTitle {
	font-family: Georgia, Arial, Times New Roman;
	font-size: 18pt;
}