div.datascroll
{
	height: 209px;
	width: 958px;
	overflow: auto;
}

table.dataTable {
    margin: 0;
    padding: 0;
	width: 939px;
}

table.dataTable th,
table.dataTable td 
{
	color: #dfcba0;
	font-size: 10px;
	text-align: left;
	padding: 15px;
	background: #292929;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 11px;
	letter-spacing: 1px
}

table.dataTable td {
	color: #a07049;
	background: #1c1c1c;
}

table.dataTable td a
{
	color: #a07049;
	text-decoration: none;
}

th.client,
td.client
{
	width: 25%
}

th.industry,
td.industry{
	width: 25%
}

th.ownership,
td.ownership{
	width: 15%
}

th.description {
	width: 35%;
	border-right: 1px solid #292929;
}

td.description {
	width: 35%;	
	border-right:none;
}

