<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0px;
  background-color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
table.linkcontainer td {
  background-color: #000000;
  opacity: 0.7;
}
td.logo_area {
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px 5px 0px 0px;
  font-size: larger;
}
td.middle_spacer {
  width: 800px;
  background-color: #666666;
}
td.shadow_right {
  background-image: url(../images_template1/border_shadow_l.jpg);
  background-repeat: repeat-y;
  background-position: left center;
}
td.shadow_left {
  background-image: url(../images_template1/border_shadow_r.jpg);
  background-repeat: repeat-y;
  background-position: right center;
}
td.body_content {
  padding: 5px;
  background-image: url(../images_template1/bg_content.jpg);
  background-repeat: repeat;
}
td.below_header {
  padding: 5px;
  background-color: #1f1f1f;
  height: 50px;
  color: #cccccc;
}
td.main_content_box {
  background-color: #ffffff;
}
td.horizontal_column {
  border-style: solid;
  border-color: #000000;
  border-width: 15px 0px 1px;
  background-color: #000000;
  height: 150px;
  display: table-cell;
  vertical-align: top;
}
td.bottom_link_container {
  padding: 5px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
}
td.horizontal_center {
  border-style: solid;
  border-color: #000000 #333333;
  border-width: 15px 0px 1px;
  background-color: #ffffff;
  height: 150px;
  display: table-cell;
  vertical-align: top;
  background-image: url(../images_template1/header_bg.jpg);
}
td.header_column {
  height: 100px;
  vertical-align: middle;
  color: #ffffff;
  font-size: large;
  background-image: url(../images_template1/header2_bg.jpg);
  background-position: center top;
}
td.left_content {
  padding: 5px;
  width: 200px;
  vertical-align: top;
  background-image: url(../images_template1/bg_content.jpg);
  background-repeat: repeat;
  font-size: x-large;
  color: #1f1f5d;
}
a.main_link:active, a.main_link:visited, a.main_link:link {
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #ffffff;
  line-height: 50px;
  font-size: 1em;
}
a.main_link:hover {
  background-color: #333333;
  color: #ffffff;
}
a.bottom_link:active, a.bottom_link:visited, a.bottom_link:link {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
a.bottom_link:hover {
  color: #cccccc;
}
div.bottom_content {
  padding: 5px;
  color: #ffffff;
}
div.navigation {
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
</pre></body></html>