@charset "UTF-8";
/* CSS Document */

.imgLeft {
	float: left;
	margin: 5px 15px 5px 0;
	}
	
.imgRight {
	float: right;
	margin: 5px 0 5px 15px;
	}