/* CSS Document */
/* Date 09/01/03 */
/* Version 1.2 */
/* local css styles relate to all elements in the main editable content region */



/* load styles - but not for NS 4x */
@import "localSlave.css" ;



.imageRight {
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
