﻿.LeftAlignedImg
{
	float:left;
	margin:5px 20px 10px 0px;
}

.RightAlignedImg
{
	float:right;
	margin:5px 0px 10px 20px;
}
