@charset "utf-8";
#offer_main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #053774;
}
#DB_offer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #053774;
}
.head {
	background-color: #E7F4FD;
}
.tbbody {
	text-align: left;
}
.tbprice {
	text-align: center;
}
td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #053269;
	border-bottom-color: #053269;
}
#left {
	float: left;
	margin-left: 80px;
}
#right {
	float: right;
	margin-right: 80px;
}

