A:link, A:visited { color: #0029A3; text-decoration: none; }
A:hover { color: #5D59ac; text-decoration: underline; }
TD, UL, P, BODY { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; }
.boxMe { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; background-color: #e5e5e5; }
.noteBox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.5; background-color: #fef3da; border: thin dashed; padding: 6px; }
.navigationBar { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; background-color: #bdc3d6; }
.footerBar { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; }
.mainText { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; }
.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; line-height: 1.5; }
.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; }
.infoBoxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 20px; color: #9a9a9a; font-weight: bold; }
.pageTitle { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; font-weight: bold; text-decoration: underline; }

/* Rounded corner utilities (replacing image-based corners) */
.rounded-top { border-radius: 8px 8px 0 0; padding-left: 15px; padding-right: 15px; }
.rounded-bl { border-radius: 0 0 0 8px; padding-left: 15px; }
.rounded-br { border-radius: 0 0 8px 0; padding-right: 15px; }

/* Sidebar info boxes (replacing three-table + corner-image structure) */
.infoBox { margin-bottom: 5px; }
.infoBoxHead {
  background-color: #bdc3d6;
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 8px 0 0;
  line-height: 15px;
}
.infoBoxBody {
  background-color: #f8f8f9;
  border-left: 1px solid #b6b7cb;
  border-right: 1px solid #b6b7cb;
  padding: 4px;
}
.infoBoxItem {
  padding: 0 0 0 12px;
  position: relative;
}
.infoBoxItem + .infoBoxItem {
  padding-top: 8px;
}
.infoBoxItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url('./icon_pointer.gif') no-repeat center;
}
.infoBoxPartner { padding: 4px 0; text-align: center; }
.infoBoxFoot {
  background-color: #bdc3d6;
  height: 15px;
  border-radius: 0 0 8px 8px;
}
