@charset "UTF-8";
/* CSS Document */

<style type="text/css">
table {
	border-collapse: collapse;
	border: 1px solid #839E99;
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #FFE2B0;
	
}
caption {
	font-size: 1em;
	font-weight: bolder;
	text-align: center;
	padding: 1em 4px;
}
td, th {
	padding: 3px 3px .7em 3px;
	line-height: 1em;
	text-align: right;
	background: #FFE2B0;
}
th {
	background: #FFE2B0;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding-right: 0.5em;
	vertical-align: middle;
	font-size: 0.7em;
}
thead th {
	background: #FF6600;
	text-align: center;
	color: #000000;
}
.odd td {
	background: #FFCC33;
}
.odd th {
	background: #FF9900;
}
td a, td a:link {
	color: #325C91;
}
td a:visited {
	color: #466C8E;
}
td a:hover, td a:focus {
	color: #1E4C94;
}
th a, td a:active {
	color: #fff;
}
tfoot th, tfoot td {
	background: #FF6600;
	color: #000000;
}
th + td {
	padding-left: .5em;
}
</style>

