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

Stylesheet to supply rules to texteditor

==============================================*/
.blue_text {
	color: #3f90ca;
}

.inspection_report {
	width: 415px;
	height: 64px;
	background: url('../cssimages/inspection_report.jpg') no-repeat;
}

.align_left {
	float: left;
	margin: 0 10px 10px 0;
}

.align_right {
	float: right;
	margin: 0 0px 10px 10px;
}

.hide_text {
	
}