body, table, th {
 font-size: 0.9em;
  text-align: left;
}

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, address
{
  margin: 0;
  padding: 0;
  
}

fieldset {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  font-family: inherit;
}

ul li {list-style-type: none}
img {border: 0 none;}

.clr {
  width: 100%;
  overflow: hidden;
}

.clr2 {
  width: 100%;
  overflow: visible;
}
.cleaner
{
   clear:both;
   visibility: hidden;
}

.hid {display: none}
.hid2 {position: absolute;left: -9999px}


.rel {position: relative;}
.left {float: left;}
.right {float: right;}
.r { text-align:right}
