
.text_red {
	color:#ed3425;
}

.text_black {
	color:#000000;
}

table.default_table {
	border-color: #8b8279;
	border-bottom-style:solid;
	border-top: 1px solid #8b8279;
	border-right: 1px solid #8b8279;
}

table tr td.bordered_cell {
	vertical-align:top;
	text-align:left;
	border-color: #8b8279;
	border-bottom-style:solid;
	border-left: 1px solid #8b8279;
	border-bottom: 1px solid #8b8279;
	
}

table tr td.bottom_bordered_cell {
	border-bottom:1px solid #8b8279;	
}

.text_center {
	text-align:center;
}

.text_justify {
	text-align:justify;
}

.text_left {
	text-align:left;
}

.text_right {
	text-align:right;
}
