@import "TBTadvanced.css";
body {
  color: #5D2800;
  background-color: #EADFD7;
  font-family: sans-serif;
}
h1 {
  font-size: 200%;
	font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold", "Copperplate", serif;
	font-variant: small-caps;
}
h2 {
  font-size: 135%;
	font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold", "Copperplate", serif;
	font-variant: small-caps;
}
h3 {
  font-size: 125%;
	font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold", "Copperplate", serif;
	font-variant: small-caps;
}
h4 {
  font-size: 110%;
	font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold", "Copperplate", serif;
	font-variant: small-caps;
}
a:link {
  color: #981422;
  background-color: transparent;
}
a:visited {
  color: #783905;
  background-color: transparent;
}
a:focus,
a:active,
a:hover {
  color: #006;
  background-color: #EADFD7;
}

img {
	vertical-align: middle;
}
a img {
	text-decoration: none;
}

p, ol, ul, blockquote {
	margin-top: 0;
	margin-bottom: 1em;
}

.tbt {
	font-family: "Copperplate Gothic Light", "Copperplate Gothic Bold", "Copperplate", serif;
	font-variant: small-caps;
	color: #5D2800;
  background-color: transparent;
	font-weight: bold;
}
.clear {
	clear: both;
}

/* tables */
table {
	clear: both;
	border: 1px solid #CB9263;
	margin-bottom: 1em;
	background: #EADFD7;
	color: #000;
}
caption {
	font-weight: bold;
	padding-top: 1em;
}
col.price {
	text-align: center;
}
thead th {
	background: #E4C6AD;
	color: #000;
	padding: .1em .2em;
}
tbody th, td {
	padding: .2em .3em;
}
tr.alt-row th,
tr.alt-row td {
	background-color: #E8D2C1;
	color: #000;
}


