@charset "UTF-8";
/* CSS Document */



table { 
	font: 0.8em Georgia, "Arial", Helvetica, sans-serif;
	color: #433803;
	background: #e9d7aa 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 #2d2915;	
	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: #e9d7aa;
	background-color: #524332;
	border:none;
	border-bottom: 1px dashed #2d2915;
	text-align:center;
}
tbody {

}
tr {
	vertical-align: top;
}
tr,th,td {
	padding: .75em;
	border-bottom: 1px dashed #2d2915;
}
caption {
	height: 27px;
	color: white;
	text-align: left;
	background: #fff url(../table_designs.jpg) no-repeat;
	background-position: 92% 0;
}
tr.odd td, tr.odd th {
	background:#e9dab5;
	border-bottom: 1px dashed #2d2915;
}
tfoot th,tfoot td {
	padding: .75em;
	color: #2d2915;
	font: 0.8em "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
tfoot th {
	text-align: right;
}