
.logo { 
	margin-bottom: 30px; 
	text-align: center;
}
.logo img {
  width:40%;
}
table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	background-color: #008200;
	color: #FFFFFF;
}
table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
	background-color: #008200;
	color: #FFFFFF;
}
tr.odd {
	background-color: #808080;
}