
<style type="text/css">
/*
© 2005 Christine Kirchmeier http://www.zeta-software.de
*/
#itsthetable {
	background: #fff url('bg_caption.gif') repeat-x;
	padding-left:1em; padding-right:1em; padding-top:0; padding-bottom:1em
}
body {font-face="Courier";
color:#483713;background-color:BEIGE                         ; }
table {
	margin: 1em auto;
	font: 95%/130% Tahoma, Arial, Helvetica, sans-serif;
	border-spacing: 0;
}
table caption {
	background: url('caption_title.jpg') no-repeat 50% 0;
	color: #2442b1;
	font-size: 130%;
	letter-spacing: .1em;
	text-align: right;
	text-transform: uppercase; padding-left:0; padding-right:0.2em; padding-top:1.5em; padding-bottom:1em
}
thead th, tbody th {
	background: #2442b1 url('left_corner.gif') no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff; padding-left:.1em; padding-right:.1em; padding-top:.1em; padding-bottom:.1em
}
thead th {
	font-size: 1em;
}
tbody th {
	background: #dee2e9 url('bg_col1.gif') repeat-x;
}
tbody tr.odd th {
	background: #e2e2e2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
tbody th a, tbody th a:link, tbody th a:visited, tbody th a:hover, tbody th a:active {
	color: #2442b1;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
tbody th a:hover {
	text-decoration: underline;
}
td a:link {
	color: #537fc3;
}
tbody th a:visited, td a:visited {
	color: #444;
}
th a:hover, td a:hover {
	text-decoration: none;
}
td {
	background: #f3f8fd url('bg_col2.gif') repeat-x;
	color: #203276;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff
}
td:hover {
	background: #f3f8fd;
}
tr.odd td {
	background: #f8f8f8 url('bg_col3.gif') repeat-x;
	color: #444;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}
tr.odd td:hover {
	background: #f8f8f8;
}
tfoot th, tfoot td {
	background: #444 !important;
	color: #fff
}
</style>