table.table1 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;}

table.table1 caption {
  margin-top: 1em;
  text-align: right;
}

table.table1 th,
table.table1 td {
  padding: 4px 6px;
}

table.table1 th {
  background: #339999;
  text-align: center;
  line-height: 30px;	/*s*/
  white-space: nowrap;
  font-size: 92%;
  color: #FFF;
}
table.table1 td {
  padding: 10px 5px 0px 6px;
  margin-left: 50px;
}
