﻿img {
  border:none;
}
td {
  color: #dbdbdb;
  font-family: Arial;
  font-size: 12px;
}
a:link, a:visited, a:active, a:hover {
  color: #df6e26;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background: #040303;
  margin: 0px;
  color: #dbdbdb;
  font-family: Arial;
  font-size: 12px;
}
.main {
  margin: 0px;
  overflow: auto;
}
table {
  font-size: 8pt;
  border-collapse: collapse
}
select, input {
  width: 300px;
  color: #222;
  font-family: Arial;
  font-size: 11px;
  border: 2px #7F7F7F solid;
}
input[type=submit] {
  position: relative;
  left: 205px;
  font-weight: bold;
  width: 100px;
  padding: 2px 0;
}
textarea {
  color: #222;
  font-family: Arial;
  font-size: 11px;
  border: 2px #7F7F7F solid;
  width: 300px;
  height: 100px;
  overflow: auto;
}
strong {
  font-size: 14px;
}
div {
  background: none;
}
div.alert {
  padding: 5px;
  font-weight: bold;
  color: #222;
  background: #D4D0C8;
  border: 2px #7F7F7F solid;
}
div.alert strong {
  color: #d96c1c;
}
td.logo {
  padding-top: 25px;
}
td.banner {
  padding-top: 10px;
}

table.links td {
  background: url(../img/btn.gif) repeat-x;
  border: 2px #191616 solid;
  height: 42px;
  padding: 0px;
}
table.links a {
  background: url(../img/btn.gif) repeat-x;
  padding: 13px 40px 12px 40px;
  color: #797373;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
table.links a.active, table.links a.cur {
  color: #fff;
  background: url(../img/btn_active.gif) repeat-x;
}

table.bottom {
  text-align: left;
  line-height: 20px;
}
td.bottom {
  padding-right:0px;
}
td.bottom_contact {
  padding: 15px 0px;
}
td.top_l {
  background: url(../img/top_l.gif) no-repeat;
  height: 6px;
  width: 6px;
}
td.top_r {
  background: url(../img/top_r.gif) no-repeat;
  height: 6px;
  width: 6px;
}
td.top_slice {
  background: url(../img/top_slice.gif) repeat-x;
  height: 6px;
}

td.body {
  background: url(../img/body_slice.gif) repeat-x;
  height: 385px;
}
td.body img, td.body_right img {
  float: left;
  padding: 0 0 7px 7px;
}
td.body_right {
  background: url(../img/body_slice.gif) repeat-x;
  height: 385px;
  padding: 0 7px;
}

td.btm_l {
  background: url(../img/btm_l.gif) no-repeat;
  height: 6px;
  width: 6px;
}
td.btm_r {
  background: url(../img/btm_r.gif) no-repeat;
  height: 6px;
  width: 6px;
}
td.btm_slice {
  background: url(../img/btm_slice.gif) repeat-x;
  height: 6px;
}

h2 {
  color: #d96c1c;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px #cecece dotted;
  padding-bottom: 5px;
}

a#btn_moreInfo {
  position: relative;
  float: right;
  top: 190px;
  right: 15px;
  height: 0px;
  text-decoration: none;
}
a.btn_large div {
  color: #fff;
  width: 191px;
  height: 29px;
  background: url(../img/btn_large.gif) no-repeat;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
}
a.btn_small div {
  float: right;
  color: #fff;
  width: 111px;
  height: 29px;
  background: url(../img/btn_small.png) no-repeat;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
}

div.footer {
  color: #797373;
  line-height: 23px;
}
div.footer a {
  color: #797373;
  text-decoration: underline;
}
div.footer a:hover {
  color: #df6e26;
}