@charset "utf-8";

table#companyTbl {
	width: 670px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 25px;
}

table#companyTbl th {
	width: 118px;
	border: 1px #a0a0a0 solid;
	background: #e8e8df;
	color: #000;
	font-weight: normal;
	padding: 10px;
	text-align: right;
	vertical-align: top;
	line-height: 200%;
}

table#companyTbl td {
	width: 548px;
	border: 1px #a0a0a0 solid;
	color: #000;
	padding: 10px;
	text-align: left;
	line-height: 200%;
}

.hd_company {
	border-top: 5px #f1f0f0 solid;
	margin-top: 30px;
	padding: 15px 0 20px;
	width: 670px;
	height: 10px;
}
