<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
  text-decoration: underline;
}
#select_mode_container {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 70em;
}
#select_mode_container td {
  padding: 10px;
}
body.page_letter_default {
  background: none !important;
}
.search_section_title {
  margin-top: 2em;
}
.circle_background {
  margin-right: 0.5em;
  font-size: 1.5em;
  line-height: 1.5em;
  width: 1.5em;
  height: 1.5em;
  font-weight: normal;
  background: #e0e0e0;
  background-image: linear-gradient(to bottom right, #f8f8f8, #e0e0e0);
  display: inline-block;
  text-align: center;
  border-radius: 0.75em;
  border: 1px solid #d0d0d0;
  _box-shadow: 2px 2px 2px #999;
}

.tile {
  margin: 10px;
  background-color: #91BBE1;
  background-image: -moz-linear-gradient(top, #91BBE1, #00529E);
  background-image: -o-linear-gradient(top, #91BBE1, #00529E);
  background-image: -ms-linear-gradient(top, #91BBE1, #00529E);
  background-image: -webkit-linear-gradient(top, #91BBE1, #00529E);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #91BBE1), color-stop(0.5, #00529E));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BBE1',endColorstr='#00529E');
  background-image: linear-gradient(to bottom, #91BBE1, #00529E);
  height: none;
  min-height: 210px;
  width: none;
  min-width: 300px;  
}
.tile:hover {
  background-color: #ACD1F3;
  background-image: -moz-linear-gradient(top, #ACD1F3, #00529E);
  background-image: -o-linear-gradient(top, #ACD1F3, #00529E);
  background-image: -ms-linear-gradient(top, #ACD1F3, #00529E);
  background-image: -webkit-linear-gradient(top, #ACD1F3, #00529E);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ACD1F3), color-stop(0.5, #00529E));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ACD1F3',endColorstr='#00529E');
  background-image: linear-gradient(to bottom, #ACD1F3, #00529E);
}
.tile_text {
  text-shadow: 2px 2px 6px #3C3C3C;
}</pre></body></html>