/*CSS rules defined for ckeditor plugins and are needed in the front end for content formatting */

.AlignLeft{
	text-align:left;
}
.AlignCenter{
	text-align:center;
}
.AlignRight{
	text-align:right;
}
.AlignJustify{
	tetxt-align:justify;
}

.textImage-caption,{
	display:block;
	margin: 10px 10px 10px; 
}
.textImage-left{
	float: left; 
}
.textImage-right{
	float: right; 
}
.textImage-center{
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
}
.textImage-inline{
	display:inline;
}
.textImage-captionBody{
	font-size: 90%; 
	font-style: italic;
	padding: 3px 0px; 
	clear: both;
}