/*==============================================

Stylesheet to supply rules to texteditor

==============================================*/

img.remove_img_border{
	border:none;
}

img.align_left{
	float:left;
}

img.align_right{
	float:right;
}

img.align_left_no_border{
	float:left;
	border:none;
}

img.align_right_no_border{
	float:right;
	border:none;
}

.text-color-blue {
	color: #264D80;
}
