/* tags */

body {
  font-family: Tahoma, Arial, sans-serif;
  background-color: #ffffff;
  color: #3f3f3f;
  margin: 20px 0;
  padding: 0;
  font-size: 75%;
}

h1, h2, h3, h4, h5, h6, p, blockquote, font, caption, th, td, li, dt, dd, div {
  font-family: Tahoma, Arial, sans-serif;
}

font {
  font-size: 100%;
  color: inherit;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

th, td {
  color: #3f3f3f;
  text-align: left;
  vertical-align: top;
}

p {
  color: #3f3f3f;
  margin: 0 0 20px 0;
  line-height: 150%;
}

p.synopsis {
  font-weight: bold;
  color: #3f3f3f;
}

li {
  color: #3f3f3f;
  line-height: 150%;
  margin-bottom: 5px;
}

pre {
  font-size: 100%;
}

h1 {
  font-size: 175%;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 180%;
}

h1, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active {
  color: #000000;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 150%;
}

h2, h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active {
  color: #1170c8;
  text-decoration: none;
}

h3 {
  font-size: 135%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  line-height: 130%;
  border-bottom: 1px solid #1170c8;
}

h3, h1 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active {
  color: #ffc621;
  text-decoration: none;
}

h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 115%;
  padding: 10px 15px;
}

h4, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover, h4 a:active {
  color: #5fce1f;
  text-decoration: none;
}

h5 {
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 100%;
}

h5, h1 a:link, h5 a:visited, h5 a:focus, h5 a:hover, h5 a:active {
  color: #65daec;
  text-decoration: none;
}

h6 {
  font-size: 90%;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 90%;
}

h6, h1 a:link, h6 a:visited, h6 a:focus, h6 a:hover, h6 a:active {
  color: #65daec;
  text-decoration: none;
}

hr {
  height: 1px;
  width: 100%;
  color: #65daec;
  background-color: #65daec;
  border-color: #65daec;
  border: 0;
}

ol, ul {
  margin: 0 0 20px 35px;
  padding: 0;
}

ul {
  list-style-image: url(/images/bullet_935e2a.gif);
}

ul li dl {
  margin: 0 0 20px 0;
  display: inline;
}

ul li dl dt, ul li dl dd {
  display: inline;
  margin: 0;
  padding: 0;
}

ul li dl dt {
  margin: 0 5px 0 0;
}

a:link, a:visited {
  text-decoration: underline;
  color: #1170c8;
}

a:focus, a:hover, a:active {
  color: #1170c8;
  text-decoration: underline;
}

address {
  margin: 0 0 20px 0;
}

dl {
  margin: 0 0 20px 0;
}

dl.small {
  font-size: 80%;
  color: #ffffff;
}

dl.flat {
  display: block;
}

dl.flat dt, dl.flat dd {
  float: left;
  margin: 0 5px 0 0;
}

dt {
  font-weight: bold;
}

dl.small dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 35px;
}

dd ul {
  margin-bottom: 0;
}

blockquote {
  font-style: normal;
  margin: 0 auto 20px auto;
  background-image: url(/images/quote-open.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: none;
}

blockquote div {
  padding: 15px 30px;
  background-image: url(/images/quote-close.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

blockquote cite {
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: right;
}

.divAlignLeft {
  float: left;
  width: auto;
  margin: 0 10px 10px 0;
}

.divAlignCenter {

}

.divAlignRight {
  float: right;
  width: auto;
  margin: 0 0 10px 10px;
}

acronym, abbr, .abbr {
  border-bottom: 1px dashed #ffffff;
  cursor: help;
}

.more {
  display: block;
  text-align: right;
  font-size: 95%;
}

.topLink {
  display: block;
  font-size: 80%;
  text-align: right;
  margin: 10px 0;
}

.topLink a {
  display: block;
}

.topLink a:link, .topLink a:visited, .topLink a:focus, .topLink a:hover, .topLink a:active {
  color: #ffffff;
}

.print {
  display: none;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}

table.data {
  clear: both;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #935e2a;
}

table.data.compact {
  font-size: 90%;
}

table.data caption {
  text-align: left;
  font-size: 150%;
}

table.data thead, table.data tbody, table.data tfoot {
  border: 1px solid #935e2a;
}

table.data thead tr, table.data tfoot tr {
  background-color: #935e2a;
}

table.data thead tr th, table.data tfoot tr th, table.data tfoot tr td {
  padding: 3px 4px;
  vertical-align: top;
  color: #3c2719;
}

table.data thead tr th a:link, table.data thead tr th a:visited, table.data thead tr th a:focus, table.data thead tr th a:hover, table.data thead tr th a:active, table.data tfoot tr th a:link, table.data tfoot tr th a:visited, table.data tfoot tr th a:focus, table.data tfoot tr th a:hover, table.data tfoot tr th a:active, table.data tfoot tr td a:link, table.data tfoot tr td a:visited, table.data tfoot tr td a:focus, table.data tfoot tr td a:hover, table.data tfoot tr td a:active {
  color: #3c2719;
}

table.data th {
  font-weight: bold;
}

table.data td {
  font-weight: normal;
}

table.data.compact thead tr th, table.data.compact tbody tr th, table.data.compact tbody tr td {
  padding: 1px;
}

table.data th.left, table.data td.left {
  text-align: left;
}

table.data th.center, table.data td.center {
  text-align: center;
}

table.data th.right, table.data td.right {
  text-align: right;
}

table.data th.top, table.data td.top {
  vertical-align: top;
}

table.data th.middle, table.data td.middle {
  vertical-align: middle;
}

table.data th.bottom, table.data td.bottom {
  vertical-align: bottom;
}

table.data tbody th, table.data tbody td {
  border-width: 0;
  border-style: dashed;
  border-color: #935e2a;
  padding: 2px 4px;
  vertical-align: top;
}

table.data.bordered tbody th, table.data.bordered tbody td {
  border: 1px dashed #935e2a;
}

table.data tbody th {
  width: auto;
}

table.data thead tr th, table.data tbody tr td {
  text-align: left;
}

table.data tbody tr th {
  text-align: right;
}

table.data th a:link, table.data th a:visited, table.data th a:focus, table.data th a:hover, table.data th a:active, table.data td a:link, table.data td a:visited, table.data td a:focus, table.data td a:hover, table.data td a:active {
  width: auto;
  height: auto;
} 

table.data th a.inline:link, table.data th a.inline:visited, table.data th a.inline:focus, table.data th a.inline:hover, table.data th a.inline:active, table.data td a.inline:link, table.data td a.inline:visited, table.data td a.inline:focus, table.data td a.inline:hover, table.data td a.inline:active {
  display: inline;
}

table.data tr td label, table.data tr th label {
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

table.data th input.inputCheckbox, table.data th input.inputRadio, table.data td input.inputCheckbox, table.data td input.inputRadio {
  margin: 0;
}

table.data tbody tr.odd th, table.data tbody tr.odd td, table.data tbody tr.even th, table.data tbody tr.even td {
  border-top: 1px dashed #935e2a;
}

table.data tbody tr.odd {
  background-color: #20150e;
}

table.data tbody tr.even {
  background-color: #3c2719;
}

.no-bottom-margin {
  margin-bottom: 0;
}

ol.faq li {
  font-size: 160%;
  font-weight: bold;
  list-style-type: upper-alpha;
  list-style-image: none;
  color: #b78341;
}

ol.faq li p {
  font-size: 62.5%;
  color: #ffffff;
}

ol.faq li.question p {
  font-weight: bold
}

ol.faq li.answer p {
  font-weight: normal
}