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



table { 
	font: 0.8em Georgia, "Arial", Helvetica, sans-serif;
	color: #501010;
	background: #e1dacc url(../header_logo.gif) bottom right no-repeat; /* if I have time will put a graphic in */
	text-align: left;
	border-collapse: collapse;
	border: 4px double #501010;	
	margin-left:auto;
	margin-right:auto;
}
/*table a {
	text-decoration: underline;
	color: #2A240C;
}
table a:visited {
	text-decoration: none;
}
table a:hover, table a:active {
	background-color: #008eb1;
	text-decoration: none;
	color: #eee;
}*/
thead th {
	font: 1.2em "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	color: #e1dacc;
	background-color: #501010;
	border:none;
	border-bottom: 1px dashed #2d2915;
	text-align:center;
}
tr {
	vertical-align: top;
}
tr,th,td {
	padding: .75em;
	border-bottom: 1px dashed #501010;
}
caption {
	height: 27px;
	color: white;
	text-align: left;
	background-position: 92% 0;
}
tr.odd td, tr.odd th {
	background:#c1bbb2;
	border-bottom: 1px dashed #501010;
}
tfoot th,tfoot td {
	padding: .75em;
	color: #501010;
	font: 0.8em "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
tfoot th {
	text-align: right;
}