@charset "UTF-8";


html

.table { 
      width: 810px;

}

.tr {

}
.table td {
      width: auto;
      font-size: 14pt;
      color: #000066;
      border-collapse: collapse;
      border-bottom: solid 1px #000066;
      padding: 20px 0;
      vertical-align: top;
      line-height: 1.6;

}
