#box-table-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	}

#box-table-a th {
	border-bottom: 1px solid #fff;
	background-color: #e6e6e6;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	}

#box-table-a td {
	padding: 8px;
	background: #f5f5f5; 
	border-bottom: 1px solid #fff;
	color: #4c4c4c;
	border-top: 1px solid transparent;
	}

#box-table-a tr:hover td {
	background: #e6e6e6;
	color: #4c4c4c;
	}
