/* CSS Document */


.floatImageLeft {
	float: left;
	padding: 5px 5px 5px 0;
	}

	.floatImageRight {
	float: right;
	padding: 5px 0 5px 5px;
	}
