html {
  display: block;
  position: static;
  clear: none;
  float: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  visibility: visible;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, ol, ul, form, fieldset, hr {
  display: block;
  position: static;
  clear: none;
  float: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  visibility: inherit;
}

li {
  display: list-item;
  position: static;
  clear: none;
  float: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  visibility: inherit;
}

table {
  display: table;
  position: static;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  visibility: inherit;
}

tr {
  display: table-row;
  position: static;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  visibility: inherit;
}

td, th {
  display: table-cell;
  position: static;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  visibility: inherit;
}

span, a, abbr, acronym, address, cite, em, img, strong, label, input, button, select, textarea {
  display: inline;
  position: static;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  visibility: inherit;
}

table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}

td, th {
  vertical-align: top;
}

ul li ol li, ol li {
  list-style-type: decimal;
  list-style-position: outside;
}

ol li ul li, ul li {
  list-style-type: disc;
  list-style-position: outside;
}

html {
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  vertical-align: baseline;
  white-space: normal;
}

html {
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border-style: none;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, p, ol, ul, li, form, fieldset, label, table, tr, td, th, span, a, abbr, acronym, address, cite, em, strong {
  color: inherit;
  background-color: transparent;
  background-image: none;
  border-style: none;
}
