.imgLeftWithBorder{
	float: left;
	border: 1px solid #0099FF;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgRightWithBorder{
	float: right;
	border: 1px solid #0099FF;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgLeftWithNoBorder{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgRightWithNoBorder{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }