<!--
/* stu */

table.bottom{
  width: 100%;
  border: 0px;
  background-color: #8c2829;
  font-size: small;
  empty-cells:show;
}

.bottom th{
  background-color: #8c2829;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.bottom td{
  background-color: #fff;
}

.bottom ul{
  margin: 3px 0px 3px 10px;
  padding: 0px;
  list-style-type: none; 
}

.bottom ul li{
  background:url(/ad/image/arrow03_blue.gif) ;
  background-repeat:no-repeat;
  background-position: left;
  list-style-position:outside; 
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 19px;
}

table.in{
  width: 290px;
  border: 0px;
  empty-cells:show;
}

.in th{
  vertical-align: top;
  text-align: left;
  margin-left: 7px;
  background-color: #eee;
  border-left: 5px solid #8c2829;
}

.in th strong{
  color: #5E8DBB;
}

.in td{
  vertical-align: top; 
}

.in td strong{
  color: #333333;
}

.in td p{
  text-align: right;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 8px;
  color: #666666;
}

-->
