<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">




.Body {
  margin: 0; padding: 8px;
  font-family: Arial;
  background-color: #A7D1FC; color: #000000;
  background-image: none;
  background-repeat: repeat;
}

.PageTableOuter { margin: 0 auto; }
.OuterLogoCell {
  padding-top: 12px; padding-bottom: 12px; padding-left: 12px; padding-right: 12px;
  background-color: #A7D1FC; color: #000000;
}
.PageTableInner { width: 100%; }

.FullRowCell, .HeaderCell, .SmallHeaderCell, .ErrorCell, .LeftSideCell, .RightSideCell {
  padding-left: 10px; padding-right: 10px; padding-top: 1px; padding-bottom: 1px;
}

.FullRowCell, .FullRowStyle {
  background-color: #A7D1FC; color: #000000;
}
.HeaderCell, .HeaderStyle {
  background-color: #FFFFFF; color: #000000; font-size: 24px;
}
.SmallHeaderCell, .SmallHeaderStyle {
  background-color: #FFFFFF; color: #000000; font-size: 18px;
}
.ErrorCell, .ErrorStyle {
  background-color: #FFFFFF; color: red;
}
.LeftSideCell, .LeftSideStyle {
  background-color: #FFFFFF; color: #000000;
}
.LeftSideCell {
  width: 35%; padding-right: 6px;
}
.RightSideCell, .RightSideStyle {
  background-color: #FFFFFF; color: #000000;
}
.RightSideCell {
  width: 65%; padding-left: 6px;
}

.SeparateRow .FullRowCell, .SeparateRow .HeaderCell, .SeparateRow .SmallHeaderCell,
.SeparateRow .ErrorCell, .SeparateRow .LeftSideCell, .SeparateRow .RightSideCell {
  padding-top: 3px; padding-bottom: 3px;
}
.SpacingRow .FullRowCell, .SpacingRow .HeaderCell, .SpacingRow .SmallHeaderCell,
.SpacingRow .ErrorCell, .SpacingRow .LeftSideCell, .SpacingRow .RightSideCell {
  height: 4px;
}

/* Overlayed dialogs: */

.ModalDialog {
  color: black;
  background-color: #f0f0f4; padding: 20px;
  border: 2px solid #333; border-radius: 5px;
  -moz-box-shadow: 0 0 50px #ccc; -webkit-box-shadow: 0 0 50px #ccc;

  text-align: left;
  font-family: Verdana, Arial, sans-serif; font-size: 13px;
}
.ModalDialog input, .ModalDialog select, .ModalDialog textarea, .ModalDialog button {
  font-family: Verdana, Arial, sans-serif; font-size: 1em;
}
.ModalDialog .ui-button { font-family: Arial, sans-serif; font-size: 1em; }

.ModalDialog .title {
  margin: 0; margin-top: -5px; margin-bottom: 10px;
  border-bottom: 1px solid #666;
  padding-top: 0; padding-bottom: 10px;
  text-align: center; font-size: 16px; font-weight: bold;
}

.ModalDialog .buttonSet {
  margin-bottom: -5px;
  padding-top: 10px; border-top: 1px solid #666; margin-top: 10px;
  text-align: right;
}

/* Browser consistency: */

.NormalizedLayout input[type='text'], .NormalizedLayout input[type='password'],
.NormalizedLayout select, .NormalizedLayout textarea {
  margin: 0;
}
/* IE7-only extra vertical space removal hack */
*+html .NormalizedLayout input[type='text'], *+html .NormalizedLayout input[type='password'],
*+html .NormalizedLayout textarea {
  margin-top: -1px; margin-bottom: -1px;
}
.NormalizedLayout input[type='text'], .NormalizedLayout input[type='password'] {
  line-height: 1.1em; height: 1.2em;
}
form.NormalizedLayout, .NormalizedLayout form { padding: 0; margin: 0; }

.ModalDialog .NormalizedLayout input[type='text'], .ModalDialog .NormalizedLayout input[type='password'],
.ModalDialog .NormalizedLayout textarea {
  border: solid 1px #aaaaaa; border-radius: 3px; padding-left: 1px; padding-right: 1px;
}
</pre></body></html>