
/* CSS Document */


.companyTbl {
	width:510px;
	margin:0 0 20px 15px;
	border-collapse : collapse;
	border: 1px solid #ccc;
}

table.companyTbl th {
	border: 1px solid #ccc;
	padding: 10px 10px 10px 20px;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.4em;
	width:70px;
}

table.companyTbl td {
	border: 1px solid #ccc;
	padding: 10px 10px 10px 20px;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.4em;
}

.profileTbl {
	width:510px;
	margin:0 0 20px 15px;
	border-collapse : collapse;
	border-bottom: dotted 1px #ccc;
}

.profileTbl th {
	border-bottom: dotted 1px #ccc;
	padding: 7px 10px;
	vertical-align: top;
	line-height: 1.4em;
}

.profileTbl td {
	border-bottom: dotted 1px #ccc;
	padding: 7px 0 7px 10px;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.4em;
}

.companyTbl02 {
	width:510px;
	margin:0 0 20px 15px;
	border-collapse : collapse;
	border: 1px solid #ccc;
}

table.companyTbl02 th {
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 1.4em;
	text-align:center;
}

table.companyTbl02 td {
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 1.4em;
	text-align:center;
}

