.customer {
	background-color: #23292D;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #bbc2cb;
	width: 100%;
	clear: left;
	float: left;
	display: block;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.name {
	float: left;
	width: 250px;
	margin-left: 5px;
}
.type {
	float: left;
	width: 100px;
	width: 100px;
}
.url {
	float: left;
}
#linkwrap {
	float: left;
	overflow: auto;
	height: 200px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #000;
	width: 485px;

}
#linkholder a {
	color: #FFCC66;
	text-decoration: none;
}

#linkwrap img {
	border: none;
	margin: 0px;
	float: left;
}
#linkholder {
	width: 485px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.directory {
	background-color: #252424;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bbc2cb;
	width: 485px;
	clear: left;
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}


.client {
	background-color: #333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bbc2cb;
	width: 485px;
	clear: left;
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#OAD {
	color: #000066;
	padding: 5px;
	height: 60px;
	width: 100px;
	border: 1px solid #000066;
	margin: 5px auto;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
	float:left;
}

