table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: monospace, "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 10px;
}

td, th {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

a:link {
	font-family: monospace, "Trebuchet MS", Arial, sans-serif;
	color: #718ABE;
	text-decoration: none;
}

a:visited {
	font-family: monospace, "Trebuchet MS", Arial, sans-serif;
	color: #718ABE;
	text-decoration: none;
}

a:hover {
	font-family: monospace, "Trebuchet MS", Arial, sans-serif;
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}