.a {
text-decoration: none;
outline: none
-moz-outline-style: none;
}

a:active {
outline: none;
-moz-outline-style: none;
text-decoration: none;
}

a:focus {
outline: none;
-moz-outline-style: none;
text-decoration: none;
}

body {
    font-family: tahoma, verdana, arial, helvetica, san-serif;
    font-size: 13px;
    color: #000000;
}

h1 {
  font-size: 15px;
  line-height: 1.0;
  margin-bottom: 12px;
}

h1.wcopy {
  margin-bottom: 2px;
  color: #152d47;
}

p {
  margin-bottom: 8px;
}

p.left {
  text-align: left;
}

p.right {
  text-align: right;
}

p.red {
  color: red;
}

.sizedown {
  font-size: 11px;
}

.buy a {
  color: red;
}

.textfield {
  font-size: 13px;
  background: #eeeeee;
  margin-top: 4px;
}

.textfieldblue {
  font-size: 13px;
  background: #d3e2f1;
  margin-top: 4px;
}

#order_form {
  margin: 5px 9px 5px 9px;
}

#order_form p {
  padding: 4px 0px 4px 0px;
  color: #666666;
}

#promo p {
  margin: 0px 48px 8px 32px;
}

#section p {
  line-height: 1.0;
  margin-bottom: 2px;
}

#section p.wh1 {
  margin-bottom: 12px;
}

table#chart {
  width: 135px;
  border: 1px black;
}

table#chart tr {
  text-align: center;
}

table#chart td {
  padding: 1px;
  background-color: #cfd7dc;
}

table#chart td.head {
  background-color: transparent;
}


