/* News Articles Custom Styles */


.articleBack {
	font-size: 12px;
}


.articleDate {
	font-size: 14px;
	color: #333;
}

.articleTopCell { 
	font-weight: bold;
	padding: 0px;
	height: 25px;
}

.articleTopCell .NormalBold {
}

.articleContent {
	color: black;
	padding: 0px;
	margin: 0px;
}

.article {
	padding-top: 10px;
}

.articleText {
	font-size: 12px;
	color: #333;
}

.articleText_All {
	font-size: 12px;
	color: #000;
	width: 650px;
}

.articleText_All IMG {
	width: 400px;
	border: 1px solid #666;
	padding: 4px;
	margin-right: 12px;
	margin-bottom: 0px;

}

a.more:link, a.more:visited, a.more:hover, a.more:active {
	padding-left: 12px;
	padding-bottom: 1px;
	border-bottom: 4px solid #fff;
	text-decoration: none;
}

.articleAuthor {
	width: 100%;
	padding-top: 20px;
	color: #fff;
}

.articleIconCell {
	width: 20px;
}

.articleFooterCell {
	color: #FFFFFF;
	height: 25px;
}

.articleFooterCell .NormalBold {
	color: #FFF;
}

.featuredTopCell {
	color: white;
	font-weight: bold;
	padding: 6px;
	height: 25px;
}