body {
  font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
  line-height: 32px;
  color: #333;
  margin: 10px 0;
}

h1.parent {
  margin-bottom: 0;
  margin-right: 20px;
  margin-left: 20px;
}

h2 {
  color: #24547A;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 3px;
  margin-top: 1.3em;
}

h2 a  {
  text-decoration: none;
}

h3 {
  color: #24547A;
  font-size: 18px;
  line-height: 20px;
  margin-top: 1.3em;
  clear: both;
}

h1 + h3, h2 + h3 {
  margin-top: 1em;
}

p, li, blockquote, address, pre, table.ws_data_table th, table.ws_data_table td {
  line-height: 20px;
}

a:link, a:visited {
  color: #4774b3;
}

a:hover, a:active {
  color: #000;
}

a.buttonlink {
  background-color: #25547A;
  color: #fff;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid #fff;
  display: inline-block;
}

a:hover.buttonlink {
  background-color: #cc7929;
}

.caption {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}

.float_left {
  float: left;
  margin: 0 1em 1em 0;
}

.float_right {
  float: right;
  margin: 0 0 1em 1em;
}

.ws_download_info {
  font-size: 12px;
  color: #333;
}