*|body, *|table, *|td, *|tr, *|div, *|p, *|pre, *|h1, *|h2, *|h3, *|h4, *|ul {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
*|body, *|td, *|div, *|p, *|pre, *|ul {
  font-size: 13px;
}
*|body {
  color: black;
  background-color: #dce0d3;
}
*|h1 {
}
*|h2 {
}
*|h3 {
}
*|table {
}
*|td {
  background-color: white;
}
*|a {
  text-decoration: none;
  font-weight: bold;
}
*|a:link {
  color: black;
}
*|a:visited {
  color: black;
}
*|a:hover {
  color: red;
}
.table_bottomline {
  background-color: blue;
}
.p_listing {
  background: #ccccff none repeat scroll 0% 50%;
  overflow: scroll;
  height: 20em;
}
.table_bottomline a:link {
  color: white;
}
.table_bottomline a:visited {
  color: white;
}
.table_bottomline a:hover {
  color: red;
}
.outer_table {
  border: 1px solid blue;
}
*|p *|a[href] {
  background-image: url(../images/loklink.gif);
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
*|li *|a[href] {
  background-image: url(../images/loklink.gif);
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
*|p *|a[href^="http:"] {
  background-image: url(../images/extlink.gif);
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
*|li *|a[href^="http:"] {
  background-image: url(../images/extlink.gif);
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
.hint {
  border-style: solid;
  border-width: 1px;
  background-color: orange;
  font-weight: bold;
}
