﻿/* Newsletter-related styles */
.sectionHeading {
	background-color: #000055;
	color: #FFFFFF;
	font: bold 9pt Arial;
	padding: 3px;
	text-align: center;
}
.articleSection {
	border: 1px solid #999999;
	margin-bottom: 10px;			
	min-height: 150px;
	width: 150px;
}
.articleItem {
	font: normal 8pt Arial;
	padding: 2px;
	margin-bottom: 2px;
}
.articleByLine {
	background-color: #F0F0F0;
	font: normal 10pt Arial;
	padding: 5px;
	margin-bottom: 10px;
}
.smalluppertext {
	font: normal 8pt Arial;
	text-transform: uppercase;
}
