/* CSS Document */
/* These styles are simply added/copied to the main layout stylesheet */
.hpurple {
	font-weight: bold;
	color: #75244F;
	font-size: 1.2em;
	line-height: 1.3em;
	text-indent: 20px;
}
.hgreen {
	font-weight: bold;
	color: #1B561F;
	font-size: 1.2em;
	line-height: 1.3em;
	text-indent: 20px;
}
.imgFlL{
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 15px;
}
.imgFlR{
	float: right;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
}
.boldRed{
	font-weight: bold;
	color:#FF0000;
}
.boldGrn{
	font-weight: bold;
	color:#006600;
}
.uline{
	text-decoration: underline;
}
.algnC{
	text-align:center;
}
.algnR{
	text-align:right;
}
.noPubOutput{
	color: #DFDFDF;
}
.strikeout{
	text-decoration: line-through;
}
