/* CSS for the orange wombat */

body {
  background-color: #ffffff;
  margin: 0px;
}

font.header {
  font-size: 12pt;
  font-family: georgia,times new roman, times, serif;
  font-weight: bold;
  background-color: rgb(246,187,130);
  padding: 2px;
  margin-bottom: 5px;
}

font.body {
  font-size: 11pt;
  font-family: georgia,times new roman, times, serif;
  line-height: 140%;
}

font.list {
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  line-height: 120%;
}

table.list {
  border: dashed 1px #003366;
}

tr.menu {
  background-color: #003366;
}

td.menu {
  background-color: #bfccd9;
  text-align: center;
}

tr.list {
  background-color: rgb(252,236,220);
}

a.menu {
  color: black;
  font-family: courier new, courier;
  font-size: 14pt;
  text-decoration: none;
}

a.menu:hover {
  border-top: 1px dashed #003366;
  border-bottom: 1px dashed #003366;
  color: #666666;
}

a.inline {
  color: #003366;
  text-decoration: none;
  border-bottom: 1px dashed #003366;
}

a.inline:hover {
  text-decoration: none;
  border-bottom: 0px;
}

a.cartlink {
  color: #2a2a2a;
  text-decoration: none;
  border-bottom: 1px dotted #2a2a2a;
}
a.cartlink:hover {
  text-decoration: none;
  border-bottom: 0px;
}

font.cart {
  text-align: center;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 10pt;
  color: #2a2a2a;
}
