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

Stylesheet to supply rules to texteditor

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

.align_left {
	float:left;
}

.align_right {
	float:right;
}

.align_centre {
	text-align:center;
}

.align_centre_border {
	text-align:center;
}

.striped {
	border:none;
}

.yellow_text {
	color:#F7B91C;
}

.blue_text {
	color:#8C9FBF;
}

.table_no_border {
	border: none;
}

.table_center_no_border {
	
}

.table_center {
	margin-left: auto;
	margin-right: auto;
}