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

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
	color: #6f6f6f;
}

td, th {
	padding: 4px;
	color: #6f6f6f;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

tbody th {
	color: #6f6f6f;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
}

tbody tr { background: #FCFDFE;
	color: #6f6f6f;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

tbody tr.odd { background: #F7F9FC;
	color: #6f6f6f;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

table a:link {
	color: #ed983e;
	text-decoration: none;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

table a:visited {
	color: #ed983e;
	text-decoration: none;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

table a:hover {
	color: #6f6f6f;
	text-decoration: none;
	border-bottom: thin dotted white;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

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