html,body {
  margin: 0;
  padding:0;
}

table {
  border-collapse: collapse;
}

p {
  font-family: tahoma;
  font-size: 12px;
  color: #000000;
  margin: 3px;
}

.white {
  font-family: tahoma;
  font-size: 12px;
  color: #ffffff;
  margin: 3px;
}

a.buttons,a.buttons:visited {
  font-family: tahoma;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

a.buttons:hover {
  font-family: tahoma;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a.header,a.header:visited {
  font-family: tahoma;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

a.header:hover {
  font-family: tahoma;
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}

a.footer {
  font-family: tahoma;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

a.footer:hover {
  font-family: tahoma;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}

a.search_result {
  font-family: tahoma;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

a.search_result:hover {
  font-family: tahoma;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

.copyright {
  font-family: tahoma;
  font-size: 10px;
  color: silver;
}

.nav_links {
  font-family: tahoma;
  font-size: 14px;
  color: #ec1e53;
  font-weight: bold;
  text-decoration: none;
}

select {
  font-family: tahoma;
  font-size: 12px;
}

form {
  margin: 0;
}

.search {
  height: 25px;
  border: 0;
  margin: 0;
  font-family: tahoma;
  font-size: 12px;
  color: #000000;
  text-indent: 10px;
  vertical-align: middle;
  text-margin: 20px;
  width: 200px;
}

.search_submit {
  height: 27px;
  border: 0;
  margin: 0;
  font-family: tahoma;
  font-size: 12px;
  width: 70px;
}

#top_left_p {
  background: url(/images/btlp.png) no-repeat top left;
  line-height: 5px;
}

#top_right_p {
  background: url(/images/btrp.png) no-repeat top right;
  line-height: 5px;
}

#bottom_left_p {
  background: url(/images/bblp.png) no-repeat bottom left;
  line-height: 5px;
}

#bottom_right_p {
  background: url(/images/bbrp.png) no-repeat bottom right;
  line-height: 5px;
}

#top_left {
  background: url(/menu/images/btl.png) no-repeat top left;
  line-height: 5px;
}

#top_right {
  background: url(/menu/images/btr.png) no-repeat top right;
  line-height: 5px;
}

#bottom_left {
  background: url(/menu/images/bbl.png) no-repeat bottom left;
  line-height: 5px;
}

#bottom_right {
  background: url(/menu/images/bbr.png) no-repeat bottom right;
  line-height: 5px;
}

#bottom_left_pink {
  background: url(/images/rbl.png) no-repeat bottom left;
  line-height: 5px;
}