.searchTable td{
	font-family: Helvetica;
	text-align: center;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	width: 12%;
}

.searchTable thead td{
	background-image: url(thead_r1_c2.jpg);
	background-repeat: repeat-x;
	padding-top: 4px;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 25px;
	text-transform: capitalize;
}
.searchTable thead td a, .searchTable thead td a:link, .searchTable thead td a:visited{
	color: #003366;
}
.searchTable thead td a:hover{
	text-decoration:underline;
}
.searchTable tbody td{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	height: 50px;
	background-color: #FFFFFF;
	white-space: normal;
}
.searchTable tbody td{
	padding-top: 15px;
}


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