/* WYMeditor */

/*IMG: float left */
.float_left /* div */{
	display:block;
	float:left;
	clear:left;
	margin:0px 10px 10px 0px;
    /* display:block;float:left;margin:0px 10px 10px 0px; */
}

/*IMG: float right */
.float_right  /* div */{
	display:block;
	float:right;
	clear:right;
	margin:0px 0px 10px 10px;
    /* display:block;float:right;margin:0px 0px 10px 10px; */
}

/*P: comment */
.comment  /* p */{
	padding:10px 20px;
	font-size:9pt;
    /* 	padding:10px 20px;font-size: 9pt; */
}

/* /WYMeditor */

