/*----------------------------------------------
 |  table.css |
 |-----------
 |  Table elements
 *---------------------------------------------*/
div#bodytext table {
  border: none;
}

div#bodytext table td {
  vertical-align: top;
}

div#bodytext table#form {
  width: 100%
}

div#bodytext table#form th {
  text-align: right;
  vertical-align: top;
}

table#firstpage {
  width: 696px;
  background-color: white;
  border-bottom: 2px solid #890000;
}

table#firstpage tr th.bottom {
  height: 2px;
}

table#firstpage tr th.top {
  padding-top: 2px;
  height: 2px;
}

table#firstpage img {
  display: block;
}

table#firstpage td.bnr {
  width: 374px;
  height: 100px;
}

table#firstpage td.image {
  width: 374px;
  height: 300px;
  padding-right: 2px;
}




table#content {
  width: 660px;
  margin-top: 30px;
}

table#content td.left {
  width: 314px;
  padding-right: 15px;
}

table#content td.right {
  width: 314px;
  margin-left: 20px;
  padding-left: 15px;
}


table#content td.separator {
  width: 2px;
  background-color: #e6e6e6;
}


table#balls {
  width: 100%;
  margin-top: 30px;
}

table#balls td {
  border-bottom:1px solid grey;
  height:20px;
}

table#balls td.left {
  font-weight:bold;
}

table#balls td.separator{
  border-bottom:none;
  height:25px;
}