body {
  font-family: Arial, sans-serif; font-size: medium;
  margin-bottom: 20px;
  margin-top: 0px;
  color: rgb(240, 240, 240);
  background: rgb(60, 60, 60);
}

a, a:link,a:visited,a:active {
  color: rgb(240, 240, 240);
  text-decoration: none;
}
a:hover {
  color: rgb(240, 240, 240);
  text-decoration: none;
}

img.deco {
  border-style: solid; 
  border-color: rgb(100, 100, 100); 
  border-width: 4px; 
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

h1 {
  font-size: 16pt;
  font:"freight-sans-pro",Sans-serif;
  font-weight:400;
  color:#222;
  line-height: 20pt;
  text-align: center;
  margin: 0;
  padding-top: 1.5em;
  padding-bottom: .9em;
  background-color: #a62;
  color: #fff;
  font-weight: normal;
  border-top:5px solid #cac5bb;
  border-bottom:5px solid #cac5bb;
}

h1 strong {
  font-size: 13pt;
  font-weight: strong;
}

h1 weak {
  font-size: 12pt;
  font-weight: strong;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
}

b.a62 {
  color: #a62;
}

.intro {
  text-align: center;
  padding-left: 8em;
  padding-right: 8em;
}

.content {
  padding: 1em 1em;
  padding-left: 4em;
  padding-right: 4em;
}

.content-column {
  padding: 1em 5em;
}

.content-left {
  /* Value for IE/Win; will be overwritten for other browsers */
  width: 47%;
  padding-right: 3%;
  float: left;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

img {
  vertical-align: text-bottom;
  border: 2px solid #aaa;
}

a.a62 {
  color: #a62;
}

div.copyright {
  color: #a62;
}

img {
  border-width: 0px;
}

div.left {
  position: absolute;
  font-size:   14;
  font-weight: normal;
  left: 10px;
  top: 120px;
}

div.right {
  position: absolute;
  font-size:   14;
  font-weight: normal;
  right: 10px;
  top: 120px;
}

img.left {
  position: absolute;
  left: 10px;
  top: 120px;
}

img.right {
  position: absolute;
  right: 10px;
  top: 120px;
}

p {
  text-align: center;
}

div.hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: rgb(200, 200, 200) 1px solid;
  color: rgb(200, 200, 200);
}
