.dispHead  {
 font-size: 14px;
 text-align: left;
 text-indent: 5px;
 width: 450px;
 border: solid 1px #666;
 margin-top: 25px;
 }

.dispRow  {
 display: table;
 width: 450px;
 border-bottom: 1px solid #666;
 border-right: 1px solid #666;
 border-left: 1px solid #666;
 }


.dispCol1  {
 text-align: left;
 text-indent: 10px;
 display: table-cell;
 width: 250px;
 }


.dispCol2  {
 text-align: left;
 text-indent: 30px;
 display: table-cell;
 width: 250px;
 }


.dispCol3  {
 text-align: left;
 text-indent: 50px;
 display: table-cell;
 width: 250px;
 }


.dispCol4  {
 text-align: left;
 display: table-cell;
 width: 200px;
 }


.specRow  {
 display: table;
 width: 450px;
 border-bottom: 1px solid #666;
 border-right: 1px solid #666;
 border-left: 1px solid #666;
 }

