table#corp {
	border-collapse: collapse;
	width: 430px;
	margin-bottom: 1.5em;
}

table#corp th {
	background-image: url(../images/corpthbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

table#corp td {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

table#corp th.bottom ,table#corp td.bottom {
	border-bottom-style: none;
}

