* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font: 100%/1.5 Arial, sans-serif;
}

img {
  border: none;
}

:link {
  color: #666;
}

:visited {
  color: #999;
}

html {
  font-size: 0.85em;
}

body {
  margin: 2em 3%;
}

p strong, li strong {
  font-weight: bold;
}

p em, li em {
  font-style: italic;
}


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

table {
  width: 100%;
}

table table {
  width: auto;
}

th {
  width: 100%;
}

td {
  width: 0;
  padding-left: 2em;
}

td td {
  padding-left: 1em;
}

thead td, thead th {
  padding-bottom: 1em;
}

tfoot td, tfoot th {
  padding-top: 1em;
}

tbody td, tbody th {
  border-top: 0px solid #999;
  border-bottom: 0px solid #999;
  padding-top: 1em;
  padding-bottom: 1em;
}

tbody tbody td, tbody tbody th {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

td th, th th, td td, th td {
  width: auto;
}

h1 {
  white-space: nowrap;
  font-size: 1.5em;
}

h1 :link, h1 :visited {
  color: #000;
}

h1 a:hover {
  color: #666;
}

h1 a {
  display: block;
  float: left;
  text-decoration: none;
}

h1 img {
  float: left;
}

h1 strong {
  font-size: 1.7em;
  margin-top: 0.4em;
  line-height: 1.2;
}

h1 strong, h1 em {
  display: block;
  margin-left: 130px;
}

h1 strong em {
  margin-left: 0;
  font-size: 0.59em;
}

dl {
  white-space: nowrap;
}

tbody dl {
  background: #eee;
  padding: 0 1em 1em;
  position: relative;
  top: -0.5em;
  margin-bottom: 1em;
}

dt {
  font-size: 1.5em;
  color: #666;
}

dd {
  padding-top: 0.8em;
}

dd a strong {
  font-weight: bold;	
}

tbody dd {
  font-size: 1.2em;
}

h4 strong {
  display: block;
}

div {
  margin-bottom: 1.5em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0.67em;
}

h3 {
  font-weight: bold;
  margin: 1.5em 0 1em;
}

p, ul {
  margin-bottom: 1em;
  margin-top: 1em;
}

ul {
  margin-left: 1em;
}

li {
  margin: 0.25em 0;
}

blockquote {
  background: #eee;
  padding: 0.5em 1em 1em;
  position: relative;
  top: -0.5em;
}

blockquote caption {
  font-size: 1.5em;
  padding-bottom: 0.5em;
  text-align: left;
}

blockquote tbody td, blockquote tbody th {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  vertical-align: middle;
}

table div table td, table div table th {
  border-top: 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

table div blockquote table td, table div blockquote table th {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
}

blockquote td {
  padding-left: 1em;
  text-align: right;
  font-size: 1.2em;
}

blockquote dl {
  position: static;
  padding-left: 0;
  padding-right: 0;
}

div thead th, div thead td {
  border: none;
}

div thead th {
  text-align: center;
  padding-left: 1em;
}

div h4 {
  font-weight: bold;
  text-align: left;
  margin-left: -1em;
}

div h4 a {
  font-weight: bold;	
}

div table {
  margin-left: 1em;
  margin-top: 1.5em;
}

div blockquote table {
  margin-left: 0;
  margin-top: 0;
}

div td {
  font-size: 1.2em;
  padding-left: 1em;
  text-align: center;
}

div td, div th {
  vertical-align: middle;
}

div tbody th {
  padding-left: 1em;
}

div tbody th, div blockquote tbody th {
  width: 25em;
}

div td, div blockquote td {
  width: 7em;
}

div td span {
  font-size: 0.75em;
}

div blockquote {
  margin-top: 2em;
  width: 55em;
}


address {
  font-size: 0.9em;
}

p a img {
  padding-top: 1.5em;
}

.hr {
	padding: 0; margin: 0;
}