.table_region td {
	padding:5px 8px 15px 8px;
	border-bottom:1px solid #cccccc;
}
.table_region tr {
	border-bottom:1px solid #cccccc;
}
.table_region tr.head {
	font-weight:bold;
	background-color:#075334;
	color:#ffffff;
}
.table_region tr.head td {
	border-bottom: 4px solid #333333;
}
.table_region tr.alt {
	background-color:#e1f0e8;
}
.table_region tr.last {
	background-color:#075334;
	color:#ffffff;
}
.table_region td {
	text-align:right;
}
.table_region td.left {
	text-align:left !important;
}