html {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

body, table, th {
  font-size: 1em;
  text-align: left;
}

body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

fieldset {
  border: none;
}

input, select, textarea {
  font-size: 100%;
	font-family: inherit;
}

abbr {border-bottom: 1px dotted;cursor: help}
ul li {list-style-type: none}
img {border: 0 none;display: block;}

.clr {
  width: 100%;
  overflow: hidden;
}

.hid {display: none}
.hid2 {position: absolute;left: -9999px}

hr.n {
  display: none;
}

hr.cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  border: none;
  visibility: hidden;
}

.rel {position: relative;}
.left {float: left;}
.right {float: right;}
.ra {text-align: right;}

table {
  border-collapse: collapse;
}

.imgr, .imgr span {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  text-decoration: none;
  left: 0;
}

.imgr span {
  position: absolute;
  width: 100%;
  height: 100%;
}

code, pre {
  font-size: 1em;
  font-family: 'Lucida Console', 'Monaco CE', fixed, monospace;
}

pre {
  width: 100%;
  overflow: auto;
}