body {
  font-family: arial,helvetica,sans-serif;
  background-color: #FFFFFF;
}
img, form {
  border: none;
  padding: 0;
  margin: 0;
}
div#body {
  width: 700px;
  text-align: center;
}
div#h1 {
  width: 698px;
  line-height: 28px;
  border-top: 2px solid #66CCFF;
  background-color: #EAEAEA;
}
div#h1 h1 {
  display: inline;
  color: #000066;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
div#content li {
  padding-bottom: 2px;
}
div#nav {
  border-top: 1px solid #66CCFF;
  float: left;
  padding: 2px 2px 5px 2px;
}
div#bread {
  float: left;
  text-align: left;
  font-size: 11px;
}
div#pages {
  float: right;
  text-align: right;
  font-size: 12px;
}
div#pages a,
div#pages a:hover,
div#pages a:visited {
  font-size: 12px;
  color: #0000FF;
}
div#content {
  font-size: 12px;
  width: 700px;
  text-align: left;
  clear: both;
}
div#content * {
  font-size: 12px;
}
div#content td.street {
  color: #333333;
  padding: 2px 0px 0px 0px;
}
.in {
  background-color: #FFF !important;
  border: 1px solid #7F9DB9;
  padding: 1px 3px;
}
a.fl,
a.fl:hover,
a.fl:visited {
  color: #0000FF;
}
a.vname,
a.vname:hover,
a.vname:visited {
  color: #0000FF;
  font-weight: bold;
}
a.vbiz,
a.vbiz:hover,
a.vbiz:visited {
  color: #000000;
  font-weight: bold;
  line-height: 18px;
}
a.vurl,
a.vurl:hover,
a.vurl:visited {
  color: #000000;
  font-weight: normal;
}
a.vmore,
a.vmore:hover,
a.vmore:visited {
  color: #0000FF;
  line-height: 18px;
}
#yp_search table {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
#wp_search table {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
#wb_search table {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
a.ovlinks {
  display: block;
  width: 590px;
  text-decoration: none;
  line-height: 1.4em;
}
span.ovlinks-name {
  color: #0000EE;
  font-size: 1.0em;
  font-weight: bold;
  text-decoration: underline;
  font-family: arial;
}
span.ovlinks-website {
  color: #66CCFF; /*#F7D304;*/
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
  font-family: arial;
}
span.ovlinks-summary {
  color: #666666;
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
  font-family: arial;
}
a.ovlinks:hover,
a.ovlinks:hover div,
a.ovlinks:hover span {
  background-color: #FFF;
}
#searchWeb-next {
  text-align: right;
  display: block;
  width: 590px;
  color: #0000EE;
}

#devnote {
    position:   absolute;
    top:        0;
    left:       0;
    padding:    .5em;
    text-align: center;
    border:     1px solid red;
    background-color:   #fdd;
}
#debug {
    margin:     1em;
    border:     1px solid red;
    background-color:   #fdd;
    text-align: left;
}
#debug a {
    padding:        .5em;
    color:          #511;
    font-weight:    bold;
    display:        block;
}
#debug a:hover {
    background-color:   #ebb;
}
#debug-data {
    padding:    .5em;
}
#debug-data dt {
    font-weight:        bold;
    background-color:   #ebb;
    padding:            .5em;
}
#debug-data dd {
    white-space:    pre;
    margin-left:    2em;
    padding:        .5em;
}


