.tkFragmentStaticList table {
  width: 100%;
}
.tkFragmentStaticList thead,
.tkFragmentStaticList tbody,
.tkFragmentStaticList tbody a {
  color: rgb(0, 51, 102);
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 7.5pt;
  text-decoration: none;
}
.tkFragmentStaticList thead {
  font-weight: bold;
}
.tkFragmentStaticList thead tr.bar {
  background-color: rgb(0, 51, 102);
}
.tkFragmentStaticList thead tr.bar td {
  color: #fff;
  padding: 1px 0px 1px 2px;
}
.tkFragmentStaticList td {
  vertical-align: top;
}
.tkFragmentStaticList tbody a:hover {
  text-decoration: underline;
}
.tkFragmentStaticList thead img {
  margin-left: 2px;
  margin-top: 2px;
}
.tkFragmentStaticList tbody td {
  padding-top: 3px;
}
.tkFragmentStaticList tbody img.bullet {
  margin: 4px 7px 0px 7px;
}
.tkFragmentStaticList tbody img.arrow {
  margin: 1px 7px 0px 7px;
}
.tkFragmentStaticList thead h1 {
  background-color: transparent;
  background-image: url('../image/h1.gif');
  background-repeat: repeat-x;
  color: rgb(0, 51, 102);
  font-family: arial, helvetica, sans-serif; 
  font-size: 12px;
  line-height: 31px;
  margin: 0;
  padding: 0;
}
.tkFragmentStaticList tbody.white,
.tkFragmentStaticList tbody.white a {
  color: rgb(71, 132, 195);
  font-family: arial, helvetica, sans-serif; 
  font-size: 11px;
}
.tkFragmentStaticList tbody.white a:hover {
  color: #eba319;
  text-decoration: none;
}