@charset "UTF-8";
/* CSS Document */

.articlePixLt {
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 10px;
}
.articlePixRt {
	float: right;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-top: 2px;
}

.ArticleTitle {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.ArticleByLine {
	font-size: 14px;
	color: #333333;
}
.ArticleTextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}