.top, .address, .head, .headSub, .textBody, .caption, .tableHead, .tableBody, br, .linkMenu, .link1, .link2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.top, .address {
  text-align: center;
  color: #ffffff;
}

.top {
  font-size: 28px;
  font-variant: small-caps;
  font-weight: bold;
}

.address {
  font-size: 11px;
  font-weight: normal;
}

.head {
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  margin-bottom: 12px;
  padding: 2px;
  padding-left: 4px;
  background-color: #C4C4EA;
  color: #FFFFFF;
}

.headSub {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  margin-bottom: 12px;
  color: #666666;
}

.textBody {
  font-size: 12px;
  font-weight: normal;
  line-height: 140%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000000;
}

.caption {
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0px;
  color: #666666;
}

.tableHead {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  color: #ffffff;
}

.tableBody {
  font-size: 12px;
  font-weight: normal;
  padding: 2px;
  color: #000000;
}

br {
  font-size: 6px;
  margin: 0px;
}

.linkMenu {
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  color: #306090;
}

.link1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  color: #306090;
}

.link2 {
  font-size: 23px;
  font-weight: bold;
  margin: 0px;
  color: #000066;
}

a {
  text-decoration: none;
  color: #306090;
}

a:hover {
  color: #ffffff;
}

