
body {
	font-family: arial;
}
.logo {
    text-align: center;
}
.logo img {
	width: 30%;
}
table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	background-color: #686E6E;
	color: #FFFFFF;
}
table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
	background-color: #686E6E;
	color: #FFFFFF;
}
tr.odd {
	background-color: #9BA1A1;
}