/* Introduce Stylesheet */
body {
  text-align: center;
}
table#body {
  width: 100%;
  border: 0px solid #cccccc;
  border-spacing: 0px;
  margin-top: 40px;
  padding-left: 26px;
  padding-right: 26px;
}
td {
  padding: 0px;
}
td#title {
  padding-left: 10px;
  padding-right: 20px;
  width: 25%;
}
td#break {
  width: 75%;
  line-height: 8px;
  padding-bottom: 20px;
}
td#secmenu {
  width: 25%;
  text-align: right;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 20px;
  font-family: sans-serif;
  background: #ffffff;
  color: #402a07;
}
td#content {
  width: 75%;
  vertical-align: top;
  text-align: left;
  word-spacing: -2px;
  background: #ffffff;
  color: #3f3f3f;
}
h1 {
  margin: 0px;
  text-align: right;
  line-height: 0.9;
  font-family: sans-serif;
  font-size: 24px;
  color: #24add0;
}
p {
  position: relative;
}
a:link, a:visited, a:active {
  color: #000000;
}
