.city, .date, .time, .location, .tour_list td {
	border-bottom: 1px solid #DCDCDC;
}

.city {
	width: 100px;
	padding-right: 4px;
}

.date {
	width: 110px;
	padding-right: 3px;
}

.time {
	width: 110px;
	padding-right: 4px;
}

.location {
	width: 210px;
}

.h1_Tour {
	font-weight: bold;
	font-size: 20px;
	color: #095690;
}

.h2_province {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.tour_tbl {
	padding: 10px;
}

.tour_list td {
	height: 35px;
	vertical-align: bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}