.bodyText { 
	font-size: 15px;
	line-height: 21px;
	font-family: "Georgia","Times New Roman",Times,serif;
	margin: 1em 0px;
}

.creditLeft, .creditRight {
	font-size: 10px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: #666;
	margin-bottom: 0;
}

.creditLeft {
	float: left;
	width: 550px;
}

.creditRight {
	float: right;
	width: 350px;
	text-align: right;
}

.relatedGraphicBox {
	float: left;
	border-left: 1px dotted #999;
}

.relatedGraphicBox .sectionHeader {
	margin-bottom: 4px;
}

.relatedGraphicBox .linklist {
	width: 100%;
}

.relatedGraphicBoxPadding {
	padding-left: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alertBar {

	background-color: #2851A2; 
	padding: 5px; 
	text-align: center; 
	color: white; 
	font-weight: bold
}