A:link {
  color: #049fff;
}

A:visited {
  color: #049fff;
}

A:active {
  color: #00bbff;
}

h1 {
  margin: 0px;
  font-size: 14pt;
  font-weight: 500;
}

h2 {
  margin: 0px;
  font-size: 18pt;
  font-weight: 700;
}

h3 {
  margin-bottom: 8px;
  font-size: 14pt;
  font-weight: 700;
}

h6 {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 10pt;
  font-weight: 600;
  font-style: normal;
}

.top {
  margin-top: 4px;
}

body {
  width: 972px;
  color: black;
  background-color: white;
  font-size: 12pt;
  font-weight: 300;
  font-family: arial,helvetica,sans-serif;
}

div.reset {
  clear: both;
  margin: 0px;
}

div.logo {
  width: 970px;
  height: 111px;
  text-align: center;
  vertical-align: middle;
  padding-top: 14px;
  border-style: none;
}

div.heading {
  clear: both;
  float: left;
  height: 34px;
  width: 146px;
  background-color: #004499;
  color: white;
  text-align: center;
  padding-top: 12px;
  border-style: outset;
  border-width: 2px;
  border-color: #004499;
  margin-right: 2px;
}

div.title {
  float: left;
  height: 37px;
  width: 814px;
  background-color: #004499;
  color: white;
  text-align: center;
  padding-top: 9px;
  border-style: outset;
  border-width: 2px;
  border-color: #004499;
}

div.navbar {
  float: left;
  width: 144px;
  color: white;
  background-color: #004499;
  font-size: 10pt;
  font-weight: 500;
  font-style: normal;
  border-style: outset;
  border-width: 2px;
  border-color: #004499;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 2px;
  padding-bottom: 24px;
}

div.content {
  float: right;
  width: 814px;
  background-color: white;
  color: black;
  font-size: 12pt;
  font-weight: 300;
  text-align: left;
  vertical-align: top;
  padding-right: 4px;
}

img.graphic {
  border-style: none;
}

img.button {
  border-style: none;
}

ul.index {
  list-style-type: disc;
}

