body {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #252d3c;
}

a:hover {
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma;
  font-size: 11px;
}

table, tr, td, div {
  font-family: Tahoma;
  font-size: 12px;
  color: #252d3c;
}


.line {
  height: 1px;
  background-color: #252d3c;
}

.break {
  width: 100%;
  background-color: #b2ddf5;
  height: 3px;
}

.off {

}

.on {
  background-color: #d7dbe0;
}
