body {
  background: url('/images/bgBody.jpg') top right no-repeat;
  color: #000000;
  font: normal 0.75em Arial;
  margin: 0;
  padding: 0;
  width: 100%;
}

a {
  color: #26679D;
}

a:hover {
  color: #008F51;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #1C201E;
  font-family: Arial;
}

h1 {
  font-size: 2.25em;
  font-weight: normal;
  margin: 1em 0;
}

h2 {
  font-size: 1.83em;
  font-weight: normal;
  margin: 0.8em 0;
}

h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0.8em 0;
}

p {
  line-height: 1.2em;
  margin: 1.5em 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  background: url('/images/marker2.jpg') center left no-repeat;
  margin: 1em 0em;
  padding: 0 0 0 1em;
}

li + br {
  display: none;
}

strong {
  font-weight: bold;
}

form {
  line-height: 150%;
}

input[type="text"] {
  width: 15em;
  border: solid 1px #E6E6E6;
}

input.numItems {
  width: 2em;
  text-align: right;
  border: solid 1px #E6E6E6;
}

textarea {
  width: 15em;
  height: 5em;
  border: solid 1px #E6E6E6;
}

p.strong {
  font-weight: bold;
}

h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note {
  color: #717171;
  font-size: 75%;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.emphasis {
  font-style: oblique;
}

.underline {
  border-bottom: dotted 2px #B8B8B8;
  padding: 0.1em 0;
}

.clear {
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.text p {
  line-height: 1.67em;
}

.price {
	font-size: 14;
}