/* CSS Document */

.corp {
padding : 20px 0px ;
background: #ffffff;
}

.corp th	{
	width : 200px;
	background: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #ccc;
	height: 50px;
	color: #336699;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
}
.corp td	{
	background: #ffffff;
	border-bottom: 1px solid #ccc;
	height: 50px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-left: 5px;
}
