.txt a {
  color: #4D5B7B;
  text-decoration: none;
}
.txt a:hover {
  text-decoration: underline;
}
.txt .intro {
  color: #4D5B7B;
}
.txt .highlite,.txt .intro,.txt a {
  font-weight: bold;
}
.txt ul,.txt ol {
  margin: 0px 0px 0px 30px;
}
.txt ul li {
  list-style-image: url('../img/arr_g_r.gif');
}
.txt .tblHeader td,.txt .tblLow td,.txt .tblHigh td {
  padding: 4px 8px 4px 8px;
  border-right: 1px solid #E3E2EA;
}
.txt .tblHeader td {
  color: #4D5B7B;
  font-weight: bold;
  border-left: 1px solid #C3CEDD;
  border-bottom: 1px solid #C3CEDD;
}
.txt .tblLow td,.txt .tblHigh td {
  border-bottom: 1px solid #E3E2EA;
  border-left: 1px solid #E3E2EA;
}
.txt .tblHigh td {
  background-color: #F8F8FA;
}