/* News Articles Custom Styles */
.articleTable {
	margin-bottom: 20px;
	background-color: #fff;
}

.articleTd {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	width: 500px;
}

.articleBack {
	font-size: 12px;
}

.articleTheme { 
	font-size: 16px;
	text-transform: uppercase;
}

.articleTheme a:link, .articleTheme a:visited,  .articleBack a:link, .articleBack a:visited, .articleBack a:hover, .articleBack a:active, a.articleMore:link, a.articleMore:visited {
	color: #ff0000;
	text-decoration: none;
}

.articleTheme a:hover, .articleTheme a:active, .articleBack a:hover, .articleBack a:active, a.articleMore:hover, a.articleMore:active {
	color: #222;
	text-decoration: underline;
}

.articleDate {
	font-size: 12px;
	color: #333;
}

.articleTopCell { 
	font-weight: bold;
	padding: 0px;
	height: 25px;
}

.articleTopCell .NormalBold {
}

.articleContent {
	color: black;
	padding: 0px;
	margin: 0px;
}

.article {
	padding-top: 10px;
}

.articleText {
	vertical-align: top;
	font-size: 12px;
	color: #333;
}

.articleText IMG {
	float: left;
	margin-right: 12px;
	margin-bottom: 4px;
}


.articleText_All {
	vertical-align: top;
	font-size: 12px;
	color: #000;
}

.articleText_All IMG {
	float: left;
	margin-right: 12px;
	margin-bottom: 4px;
}

.articleAuthor {
	width: 100%;
	padding-top: 20px;
	color: #fff;
}

.articleIconCell {
	width: 0px;
}

.articleFooterCell {
	color: #FFFFFF;
	height: 25px;
}

.articleFooterCell .NormalBold {
	color: #FFF;
}

.featuredTopCell {
	color: white;
	font-weight: bold;
	padding: 6px;
	height: 25px;
}