@charset "utf-8";
/* CSS Document */

table {
border-collapse:collapse;
clear:left;
font:100%/130% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
margin:1em 0px;
}

table caption {
background:#F6F4F1;
color:#110;
border:1px solid #F2EDDA;
font-size:110%;
letter-spacing:.1em;
padding:.5em;
}

th {
background:#A58F6C;
border:1px solid #A58F6C;
color:#F5F4F0;
font-weight:400;
text-align:left;
text-transform:capitalize;
padding:.4em;
}

th[scope="col"] {
background:#110;
}

th[scope="row"] {
	background:#A58F6C;
}

th[scope="row"] a {
color:#F5F4F1;
}

td a:link {
color:#A58F6C;
}

th a:visited,td a:visited {
color:#110;
}

th a:hover,td a:hover {text-decoration:underline;}

td {
background:#F6F4F1;
color:#110;
border:1px solid #D5C688;
padding:.4em;
}

tr.odd td {
background:#FFF;
}

tfoot th,tfoot td {
background:#110 !important;
color:#F5F4F1;
}
