.text_color_orange {
	color: #ff8400;
}

.text_color_green {
	color: #82bc2e;
}

.text_color_red {
	color: #9F0309;
}

.image_align_left {
	float: left;
	margin: 0 10px 5px 0;
}

.image_align_right {
	float: right;
	margin: 0 0px 5px 10px;
}