@charset "utf-8";
/**
* WYM editor styles.
*/

.dummy {}
.ignoreMe{}

/* WYMeditor */

/* IMAGE: float left */
.float-left /* img */ {
	float:left;
	padding:5px 5px 5px 0;
	/* float:left; */
}

/* IMAGE: float right */
.float-right /* img */ {
	float:right;
	padding:5px 0 5px 5px;
	/* float:right; */
}

/* H1: heading */
.heading /* h1 */ { /* This style is for the WYM editor only. The project style-sheet will apply this style appropriately. */
/*	font-size:15pt;
	line-height:normal;
	padding-bottom:10px;
*/	
}

/* /WYMeditor */

