table {
	border-collapse: collapse;
	border: 2px solid #ddeff7;
	font: normal 90%/140% Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}
caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
thead th,
tbody th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #ddeff7;
}
tfoot th, tfoot td {
	border: 1px solid #efefef;
	text-align: left;
	font-size: 1em;
	background: #efefef;
}
tfoot th {
	font-weight: bold;
}
tbody td a {
	background: transparent;
	color: #0072bc;
	text-decoration: none;
}
tbody td a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}
tbody th a {
	background: transparent;
	color: #0072bc;
	text-decoration: underline;
	font-weight: bold;
}
tbody th a:visited {
	color: #0072bc;
}
tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
tbody tr:hover {
	background: #ffffd9;
}