@font-face {
  font-family: "ffCumprum";
  src: url(Cuprum.otf) format("opentype");
}

body {
  background: white;
  margin: 0;
  padding: 30px;
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #999;
}
#page {
  width: 700px;
}
#pageContent {
  line-height: 2;
  margin-bottom: 70px;
}

h1 {
  font-family: Cumprum, "ffCumprum", Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 40px;
  margin-bottom: 70px;
}
h2 {
  font-family: Cumprum, "ffCumprum", Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 30px;
}
#pageHead a {
  color: #999;
}

.floatLeft {
  float: left;
  margin: 7px 7px 0 0;
}

a {
  color: #B00;
  text-decoration: none;
}
a:hover {
  color: #B00;
  text-decoration: underline;
}

.invisible, #blackBar, #navBreadcrum, #tabControl {
  display: none !important;
}
address {
  font-style: normal;
}
h4.inlineTitle {
  font-size: 13px;
  display: inline;
}
h4.inlineTitle:after {
  content: ".";
}

.contOpt a, #navLine a {
  margin-right: 50px;
}

#navLine {
  margin-bottom: 70px;
}


