@charset "utf-8";
.image_LT_text_Rt {
	/*This style simply floats the image left allowing text to flow around it on the right*/
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
}
.image_RT_text_Lt {
/*This style simply floats the image right allowing text to flow around it on the left*/
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-left: 10px;
}

