@charset "utf-8";
/* Typography */
body {
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 1.6em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: .25em;
}
h2 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: .5em;
}
h3 {
  font-size: 18px;
  line-height: 1.333em;
  margin-bottom: .5em;
}
h4 {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: .333em;
}
h5 {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: .25em;
}
h6 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.6em;
  margin-bottom: .25em;
}
.text-righted {
	text-align: right;
}
.text-centered {
	text-align: center;
}
.text-red {color: red;}
.textnews {margin-top: 10px;}