/* @import url('reset.css'); */

/* GLOBAL CLASSES *************************************************************/

/* Entirely hidden */
.HIDDEN {
  display: none;
}

/* Invisible but readable e.g. for software screen readers */
.INVISIBLE {
  display: inline;
  position: absolute;
  left: -9000px;
  top: -9000px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.CLEAR {
  clear: both;
}
