.searchTable td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	height: 18px;
	border-bottom: 1px solid #666666
}

.searchTable thead {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	background-color: #006666;
	height: 25px;
	text-transform: lowercase;
}
.searchTable tbody {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.searchTable {
	/*background-image: url(altRowsCSS.gif);
	background-repeat: repeat;
	background-position: 0px 25px;*/
	border-collapse: collapse;
	width: 100%;
}