#content {
	margin-bottom: 20px;
}

table.table {
	width: 560px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-family: Arial !important;
}
table.table tr, table.table td {
	height: 15px;
	overflow:hidden;
}
table.table thead tr {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	background-color: #006F6F;
}
.even {
	background-color: #F2EAD9;
}
table.table td {
	padding: 5px;
}
.table a {
	color: #000;
}
.table a:hover {
	text-decoration: none;
}
.table tbody tr:hover {
	background-color: #e7d7b6;
}