body {
  margin-left: 40px;
  margin-right: 40px;
}

body, td {
  font-family: arial, sans-serif;
  font-size: 14px;
}

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

div.welcome {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 50px 10px 50px;
}

div.page-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}

span.into {
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

span.buzz {
  font-weight: bold;
}

.right {
  text-align: right;
}

a {
  text-decoration: none;
  color: #0000ff;
}

a:hover {
  color: #669999;
}

a.header-menu {
  color: black;
}

a:hover.header-menu {
  color: white;
}

div.footer {
  font-size: 12px;
  padding: 4px;
  text-align: right;
  background-color: #3366cc;
}

td.header-menu {
}

td.header-menu {
  border-top: none;
  border-left: 1px solid #0033aa;
  border-right: 1px solid #0033aa;
  font-size: 12px;
  margin: 0px;
  padding: 5px;
  white-space: nowrap;
  background-color: #3366cc;
}

table.header, table.header-menu {
  border: none;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

td.header-logo {
  width: 180px;
  height: 100px;
  padding: 10px;
  margin: 0px;
  text-align: right;
}

tr.header {
  padding: 0px;
  margin: 0px;
  background-image: url('images/gradient.gif');
  background-repeat: repeat-x;
}

td.header-title {
  font-size: 24px;
  text-align: right;
  vertical-align: top;
  padding: 20px;
  margin: 0px;
  white-space: nowrap;
}

div.content {
  margin: 10px 30px 10px 30px;
  padding: 5px;
  min-height: 300px;
}

.center {
  text-align: center;
}

p.quote {
  margin: 10px;
  font-style: italic;
}

p.quoter {
  margin: 0px 45px 15px 45px;
}

table.box {
  text-align: left;
  background-color: #6699ff;
  border: 1px solid black;
  margin: 0px;
  padding: 5px;
}

td.box-title {
  font-weight: bold;
  white-space: nowrap;
}

td.box-content {
  padding: 0px 5px 0px 15px;
  background-color: #6699ff;
  white-space: nowrap;
}

div.contact-info {
  margin: 0px 5px 0px 10px;
}

table.cart {
  text-align: left;
  border-spacing: 0px 0px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 80%;
}

.btop {
  border-top: 1px solid black;
}

tr.cart-header {
  background-color: #aaaaff;
}

td.cart-header {
  font-weight: bold;
  padding: 5px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

td.cart-header-left {
  font-weight: bold;
  padding: 5px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

tr.cart-row {
}

td.cart-row {
  padding: 5px;
  border-right: 1px solid black;
}

td.cart-row-left {
  padding: 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

td.cart-row-left-only {
  padding: 5px;
  border-left: 1px solid black;
}

td.cart-row-bottom-left {
  padding: 5px;
  font-weight: bold;
  border: 1px solid black;
}

td.cart-row-bottom {
  padding: 5px;
  font-weight: bold;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.bold {
  font-weight: bold;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img.arrow {
  align: bottom;
  padding: 0px 5px 0px 5px;
}
