body {
  font-family: Georgia, Verdana;
  color: #000000;
  background: #FFFFFF;
  margin: 10px 10px 10px 10px;
  font-size: medium;
}

table {
  font-family: Georgia, Verdana;
  font-size: medium;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}

.link a:visited, .link a:link, .link a:hover, .link a:active {
  font-weight: normal;
}

.title-l1 {
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
}

.title-l2 {
  font-size: x-large;
  font-weight: bold;
  text-align: left;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
}

.title-l3 {
  font-size: large;
  font-weight: bold;
  text-align: left;
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
}

.container {
  text-align: center;
}

.content {
  margin: auto;
  text-align: left;
  width: 874px;
}

.one-column {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.two-column {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}

.three-column {
  width: 32%;
  float: left;
  margin-bottom: 10px;
}

.four-column {
  width: 24%;
  float: left;
  margin-bottom: 10px;
}

.paragraph {
  text-align: left;
  margin: 0px 15px 20px 15px;
}

.footnote {
  text-align: left;
  margin: 0px 15px 10px 15px;
  font-style: italic;
  font-size: small;
}

.banner-art-top-banner {
  width: 100%;
  height: 72px;
  padding: 5px 5px 5px 5px;
  margin: 0px auto 5px auto;
  clear: both;
}

.banner-art-top-banner .title-l1 {
  width: 710px;
  float: left;
  margin: 20px 0px 0px 0px;
}

.banner-art-middle-banner {
  width: 100%;
  height: 72px;
  padding: 5px 5px 5px 5px;
  margin: 5px auto 0px auto;
  clear: both;
}

.banner-art-bottom-banner {
  width: 100%;
  height: 72px;
  padding: 5px 5px 5px 5px;
  margin: 5px auto 0px auto;
  clear: both;
}

.banner-art-top-left {
  float: left;
  background-image: url("/images/general/top.png");
  background-repeat: repeat-x;
  height: 72px;
  width: 72px;
}

.banner-art-top-right {
  float: left;
  background-image: url("/images/general/top.png");
  background-repeat: repeat-x;
  height: 72px;
  width: 72px;
}

.banner-art-left {
  float: left;
  background-image: url("/images/general/across.png");
  background-repeat: repeat-x;
  height: 72px;
  width: 36px;
}

.banner-art-across {
  width: 792px;
  float: left;
  background-image: url("/images/general/across.png");
  background-repeat: repeat-x;
  height: 72px;
}

.banner-art-right {
  float: left;
  background-image: url("/images/general/across.png");
  background-repeat: repeat-x;
  height: 72px;
  width: 36px;
}

.common a:hover {
  background: #000000;
  color: #FFFFFF;
}

