@charset "utf-8";
/* CSS Document */

body,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:#cccccc;
}

body {
	background-color: #000;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #babab7;
}
p.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #cccccc;
	line-height: 22px;
}

h1 {
	font-size: 16px;
	color: #c1d72f;
	text-transform: uppercase;	
}

a:link {
	color: #c1d72f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #c1d72f;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
	color: #c1d72f;
}

#contentbody {
	margin: 30px;
}

#footernav {
	background-color:#000000;
	text-align:right;
	color:#999999;
}

#footernav a:link,
#footernav a:visited,
#footernav a:active {
	text-decoration: none;
	color:#999999;	
}

#footernav a:hover {
	color:#c1d72f;
}

#firmOverview {
	width: 398px;
	padding: 22px;
}

/* TD Styles */
#aboutTable {
	background-color:#00FF99;
}
td.overview {
	padding: 0px 0px 0px 5px;
	vertical-align: bottom;
	width: 300px;
}
td.opp {
	padding: 0px 0px 0px 5px;
	vertical-align: bottom;
	width: 300px;
}
td.history {
	padding: 0px 0px 0px 5px;
	vertical-align: bottom;
	width: 300px;
}
td.culture {
	padding: 0px 0px 24px 5px;
	vertical-align: bottom;
	width: 300px;
}
#sectorText
	{
	width: 351px;
	height: auto;
	margin-left:200px;
	padding-top:10px;
	text-align: justify;
	color:#eeeeee;
}

.dhm_small_body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dddddd;
	text-align: justify;	
	line-height: 20px;
}