
html, body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

div, iframe, img, form, p, table, td, th {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

p, h1, h2, h3, h4, h5, h6 {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

fieldset, legend {
  margin: 0px;
  padding: 0px;
}

object {
  display: block;
}

td {
  text-align: left;
  vertical-align: top;
}

td img {
  display: block;
}

img.inline {
  display: inline;
}

div.expand {
  height: 100%;
  width: 100%;
}

table.expand {
  border-collapse: collapse;
  border-spacing: 0px;
  height: 100%;
  width: 100%;
}

table.expand_width {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

table.expand td.wide {
  background-position: top left;
  background-repeat: repeat-x;
  width: 100%;
}

table.expand td.tall {
  background-position: top left;
  background-repeat: repeat-y;
  height: 100%;
}

table.debug {
  border-collapse: collapse;
  border-spacing: 0px;
}

table.debug td, table.debug th {
  border: 1px solid black;
}

table.expand td.huge {
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
}
