body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.table-results {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.table-results td {
	padding-right: 3px;
	padding-left: 3px;
}

.table-results td {
	border-bottom: 1px solid #000000;
}

tr.highlight {
	font-weight: bold;
	color: #FF0000;
}

.table-results tr:hover td {
	background-color: #EEEEEE;
}

.table-results a {
	font-weight: normal;
}
