body, html {
  height: 95%;
  line-height: 1;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body {
  background: #95B7DC;
  font-family: Arial, Tahoma, Geneva, sans-serif;
  font-size: 9pt;
  text-align: center;
}
.container {
  background: transparent;
  margin: 0 auto;
  padding-bottom: 2px;
  text-align: left;
  width: 750px;
}
.header {
  overflow: hidden;
  padding-top: 5px;
}
*html .header {
  clear: both;
  float: left;
  width: 100%;
}
.div_space {
  _margin-top: 10px;
  clear: both;
  *margin-top: 10px;
}
a {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: #cc0000;
  text-decoration: underline;
}
a:visited {
  color: blue;
  text-decoration: none;
}
a img {
  border: none;
}
.search_form {
  width: 100%;
}
.search_form a img {
  margin: 0 5px 0 10px;
}
.search_form_index {
  margin: 0 auto 20px auto;
  overflow: hidden;
  width: 760px;
}
.search_form_index p, .search_form p {
  float: left;
}
.search_form p {
  margin-right: 8px;
}
.input_line {
  background: transparent url(/images/search-bar.png) no-repeat scroll top left;
  border: 0px;
  color: #333;
  font-size: 150%;
  height: 30px;
  padding-left: 5px;
  padding-top: 5px;
  width: 600px;
}
.search_btn {
  background: transparent url(/images/search-button.png) no-repeat;
  height: 32px;
  *margin-left: -10px;
  margin-top: 2px;
  width: 96px;
}
.search_btn:hover {
  background: transparent url(/images/search-button2.png) no-repeat;
  height: 32px;
  *margin-left: -10px;
  margin-top: 2px;
  width: 96px;
}
h1, h2, h3, h4 {
  font-family: Arial, Tahoma;
}
h2, h3, h4 {
  margin: 0px;
}
h1 {
  font-size: 16px;
  font-weight: normal;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 135%;
}
.search_panel {
  font-size: 14px;
  line-height: 1.3em;
}
.search_panel a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.search_panel_h {
  font-size: 14px;
  line-height: 1.3em;
}
.search_panel_h a {
  text-decoration: underline;
}
.search_panel_h a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.content {
  background: #fff;
  border: #ddd 1px solid;
  border-color: #d2ccc0;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 10px;
}
.indexc {
  padding: 5px 15px;
}
.results_list {
  clear: both;
  list-style-type: none;
  margin: 0 8px;
  overflow: hidden;
  padding: 0;
}
.results_list li {
  background: #fff;
  float: left;
  line-height: 1.5em;
  margin: 0px;
  width: 100%;
}
.results_list li a {
  margin: 5px 0 0 0;
}
.results_list li a.result_title {
  clear: right;
  color: #2200cc;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 300;
  margin: 6px 10px 2px 5px;
  text-decoration: underline;
}
.results_list li a.result_title:hover {
  color: #cc0000;
}
.results_list li span {
  display: block;
}
.result_snippet {
  clear: both;
  font-size: 14px;
  margin-top: 3px;
}
.result_link {
  color: #008000;
  font-size: 12px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.type_image {
  float: left;
  margin-top: 7px;
}
.pages {
  clear: both;
  margin: 5px 0;
  overflow: hidden;
  padding: 4px 0 4px 68px;
  padding-left: 30px;
}
.pages span {
  font-size: 150%;
  font-weight: 700;
  text-decoration: none;
}
.pages span:hover {
  border-color: #CA3540;
  color: #cc0000;
  cursor: pointer;
}
.pages span.current_page, .pages span.current_page:hover {
  border: none;
  color: #cc0000;
  cursor: default;
  font-size: 180%;
  text-decoration: underline;
}
.footer {
  font-size: 11px;
}
dl {
  background-color: #fff;
  border-bottom: dotted 1px #F5DFD6;
  display: block;
  padding: 0px;
}
dl dt {
  background: transparent url('/images/disk.png') no-repeat left center;
  color: #75808A;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: -5px;
  overflow: hidden;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 520px;
}
dl dd {
  display: block;
  float: right;
  font-size: 12px;
  margin: -14px 0 0 0;
  text-align: right;
  width: 170px;
}
#direct {
  display: none;
}
