/* FE colors: red: #ef3a2a gray: #76787b */

html {
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
}

body {
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

div {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

span {
  margin: 0;
  padding: 0;
}

#container {
  top: 0;
  width: auto;
  height: auto;
  margin: 0 auto;
  color: #000000;
  background-color: #ffffff;
  border: 1px #cccccc solid;
}

#header {
  height: auto;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  border-bottom: 1px #cccccc solid;
  padding: 5px 20px 5px 20px;
  font-size: 10px;
}

#logo {
  float: right;
  display: block;
	width: 180px;
	height: 42px;
	margin: 5px 20px 5px 20px;
	background-color: transparent;
}

#logo a {
  display: block;
  padding: 0;
  margin: 0;
}

#logo a img {
  display: block;
  padding: 0;
  margin: 0;
  border: 0 #000000 none;
  
}

#page_title h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 30px 0 0 0;
}

/* BEGIN dots */

#dots {
  display: none;
}

/* END dots */

/* BEGIN nav_1 (sidebar) */

#nav_1 {
  display: none;
}

/* END nav_1 (sidebar) */

/* BEGIN nav_2 (arrow or line) */

#nav_2 {
  display: none;
}

/* END nav_2 (arrow or line) */

/* BEGIN content style */

#text {
  float: left;
  width: auto;
  height: auto;
  margin: 20px 20px 8px 20px;
  text-align: justify;
}

#text h2 {
  font-size: 14px;
  font-weight: normal;
}

#text h3 {
  font-size: 12px;
  font-weight: bold;
}

#text p {
  margin: 1em 0 1em 0;
}

#text p.teaser {
  color: #ef3a2a;
  background-color: transparent;
  font-style: italic;
}

#text strong {
  font-weight: bold;
  font-style: normal;
}

#text em {
  font-weight: normal;
  font-style: italic;
}

#text a {
  color: #ef3a2a;
  background-color: transparent;
  text-decoration: none;
}

#text a:hover {
  color: #ef3a2a;
  background-color: transparent;
  text-decoration: underline;
}

#text ul {
  margin-left: 0;
  padding-left: 30px;
  list-style-type: disc;
}

#text ul li ul {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: disc;
}

#text hr {
  padding: 0;
  margin: 0;
  height: 1px;
  width: 100%;
  color: #cccccc;
  background-color: #cccccc;
  border: 0 transparent none;
  border-top: 1px #cccccc solid;
}

#text .noMarginTop {
  margin-top: 0;
}

#text .noMarginBottom {
  margin-bottom: 0;
}

#text img {
  border: 0 #000000 none;
}

#text img.center {
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* END content style */

/* BEGIN footer style */

#footer {
  clear: both;
  height: auto;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  border-top: 1px #cccccc solid;
  padding: 5px 0 5px 20px;
  font-size: 10px;
}

#footer_text {
  float: left;
}

#footer_links {
  display: none;
}

#quicklinks {
  display: none;
}

#lang_sel {
  display: none;
}

/* END footer style */

#totop {
  display: none;
}
