/*
/* global
********************/

*{
  margin: 0;
  padding: 0;
}

body {
  font: normal 62.5%  Arial, Verdana, Helvetica;
  color: #333;
}

#nojs, #nocookies, #nojava, #iebug {
  background: #ffff80;
  color: #800000;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
}

a img, iframe {
  border: none;
}

ul,ol {
  list-style: none;
}

hr{
  background-color:#000;
  color:#000;
  border: #000;
  height: 1px;
}


/*
/* links
********************/

a, a:link {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}


/*
/* hidden elements
********************/

.hl {
  position: absolute;
  left: -9999em;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.he {
  display: none;
}

