body, span, div, th, td, li {
  font-family:    Tahoma,Arial,Helvetica,sans-serif;
  font-size:      15px;
  color:          #000000;
}

td {
  font-family:  Arial,Verdana,Helvetica,sans-serif;
  font-size:    10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0px;
}

fieldset {
  border: 0px;
  padding: 0px;
  line-height: auto;
}

.decimal li {
  list-style: decimal inside;
}

.bullet li {
  list-style: disc inside;
}

.cursor {
  cursor: pointer;
}

/* aligns */
.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

/* borders */
.b0 {
  border: 0px;
}

