html,
body,
form,
div,
img,
h1,
h2,
h3,
h4 {
  padding: 0px;
  margin: 0px;
  border: none;
}
body {
  font-family: "Segoe WPC", "Segoe UI", Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-family: "Segoe WPC", "Segoe UI", Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
  color: #454545;
  margin: 0;
  font-weight: normal;
}
h1 {
  font-family: "Segoe WPC Light", "Segoe UI Light", "Segoe UI", Helvetica, Arial, Sans-Serif;
  font-size: 35px;
  line-height: 25.2pt;
  margin-bottom: 14px;
}
p {
  margin: 0 0 21px;
}
.button {
  border: 0 none;
  cursor: pointer;
  background-position: left -1px;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.button:hover {
  background-position: left bottom;
}
.default-button {
  background-position: center center;
  border: 0 none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.img-frame {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
}
.element-hidden {
  display: none !important;
}
.clearer {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  display: block;
  background-color: transparent;
  border: 0px solid black;
}
table {
  border-spacing: 0;
}
th,
td {
  vertical-align: top;
  padding: 0;
}
#container {
  margin: 0 auto;
}
#contentarea a:hover {
  text-decoration: underline;
}
