<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table-rates {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.table-rates caption {
  padding: 0 0 5px;
  width: 100%;
  text-align: right;
  color: #000;
}

.table-rates td, .table-rates th {
  padding: 6px 6px 6px 12px;
  border: none;
}

.table-rates th {
  color: #000;
  text-align: left;
  background-color: #efefef;
}

.table-rates th.nobg {
  border: none;
  background: 0 0;
}

.table-rates td, .table-rates td.alt {
  background: #fff;
  color: #000;
}

.table-rates th.spec, .table-rates th.specalt {
  border: none;
  background: #fff;
  color: #000;
}

.table-style1 {
  width: 100%;
  padding: 0;
  margin: 0;
}

.table-style-sm caption, .table-style1 caption {
  padding: 0 0 5px;
  width: 100%;
  text-align: right;
  color: #4f6b72;
}

.table-style1 td, .table-style1 th {
  border-right: 1px solid #c1dad7;
  border-bottom: 1px solid #c1dad7;
  padding: 6px 6px 6px 12px;
}

.table-style-sm th, .table-style1 th {
  color: #fff;
  border-top: 1px solid #c1dad7;
  text-align: left;
  background-color: #00d2f0;
}

.table-style-sm th.nobg, .table-style1 th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #c1dad7;
  background: 0 0;
}

.table-style-sm th.spec, .table-style-sm th.specalt, .table-style1 th.spec, .table-style1 th.specalt {
  border-left: 1px solid #c1dad7;
  border-top: 0;
}

.table-style1 td {
  background: #fff;
  color: #4f6b72;
}

.table-style-sm-gray td.alt, .table-style1 td.alt {
  background: #f5fafa;
  color: #797268;
}

.table-style-sm th.spec, .table-style1 th.spec {
  background: url(../images/bullet1.gif) no-repeat #fff;
  color: #4f6b72;
}

.table-style-sm th.specalt, .table-style1 th.specalt {
  background: url(../images/bullet2.gif) no-repeat #f5fafa;
  color: #797268;
}

.table-style-sm {
  width: auto;
  padding: 0;
  margin: 0;
}

.table-style-sm td, .table-style-sm th {
  border-right: 1px solid #c1dad7;
  border-bottom: 1px solid #c1dad7;
  padding: 2px 2px 2px 5px;
}

.table-style-sm td {
  background: #fff;
  color: #4f6b72;
  font-size: 0.8em;
}

.table-style-sm td.alt {
  background: #f5fafa;
  color: #797268;
  font-size: 0.8em;
}

.table-style-sm-gray {
  width: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.table-style-sm-gray caption {
  padding: 0 0 5px;
  width: 100%;
  text-align: right;
}

.table-style-sm-gray td, .table-style-sm-gray th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px 6px 6px 12px;
  color: #4f6b72;
}

.table-style-sm-gray th {
  border-top: 1px solid #ddd;
  text-align: left;
  background-color: #f5f5f5;
}

.table-style-sm-gray th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #ddd;
  background: 0 0;
}

.table-style-sm-gray td {
  background: #fff;
}

.table-style-sm-gray th.spec {
  border-left: 1px solid #ddd;
  border-top: 0;
  background: url(../images/bullet1.gif) no-repeat #fff;
}

.table-style-sm-gray th.specalt {
  border-left: 1px solid #ddd;
  border-top: 0;
  background: url(../images/bullet2.gif) no-repeat #f5fafa;
  color: #797268;
}
</pre></body></html>