.boldMaroonLg {
	font-size: 16px;
	font-weight: bold;
	color: #663333;
}
.boldGreen {
	font-weight: bold;
	color: #006633;
}
.boldGreenLg {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
}
.imageRight {
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 0px;
	height: auto;
	width: auto;
}
.boldRed {
	font-weight: bold;
	color: #FF0000;
}
.imageRightCaption {
	font-size: 10px;
	text-align: right;
	padding: 0px;
	float: right;
	margin: 0px 0px 10px 10px;
}
.imageCenter {
	text-align: center;
}
.imageLeft {
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.clearBoth {
	clear: both;
	display: block;
}
.boldMaroon {
	font-weight: bold;
	color: #663333;
}
.updatedBy {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	clear:both;
	margin-top:25px;
}
.smallText {
	font-size: 10px;
}
.largeText {
	font-size: 16px;
}

