#content table {
	margin:0px auto;
  width: 100%;
	text-align:left;
	font-size:12px;
  border-right:1px solid #cccccc;
  border-left:1px solid #cccccc;
}

#content thead tr {
  background:#ffffff url(/img/products.headbkg.full.png) no-repeat scroll right center;
}
#content thead tr th {
	text-align:center;
	font-size:14px;
  white-space:nowrap;
  padding:4px 14px;
  color:#000000;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #888888;
}

#content tfoot tr td {
  text-align:center;
}

#content tbody tr th,
#content tbody tr td {
  padding:4px;
  vertical-align:top;
  background: #ffffff url(/img/contact.fadebkg.png) repeat-x scroll top left;
  border:1px solid #ffffff;
}
#content tbody tr .company {
	font-weight:bold;
}
#content tbody tr .contact {
	white-space:nowrap;
}

#content tbody tr td dl {
  margin:0px;
}
#content tbody tr td dl dt {
  font-weight:bold;
  float:left;
}
