body {
    background: #bca;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
}

.content {
    width: 750px;
    margin: 0 auto;
    text-align: left;
}

a:link {
    color: #475;
}

a:visited {
    color: #798;
}

a:hover {
    color: #c63;
}

a img {
    border-width: 0;
}

.main-top {
    background: #fff url("images/main-top.gif") no-repeat left top;
    margin: 0 0 15px;
    padding: 10px 0 0;
    color: #666;
}

.main-bottom {
  background:url("images/main-bottom.gif") no-repeat left bottom;
  padding:0 0 8px;
  }
.main-content {
  background:url("images/main-content.gif") repeat-y;
  padding:0 13px;
  }
  
.title {
	font-size: 14px;
	color: #566;
    line-height: 22px;
}
  
.text {

padding-top: 5px;
  font-size: 12px;
  line-height: 120%;
  color:#566;
}

.tr-line {
  background:url("images/dotted-line.gif");

  }
  
.tr-codes {
  padding: 5px 0;
  }
  
.table-codes {
  border-top:2px solid #fff;
  font-size: 12px;
line-height: 120%;
  color:#566;
  }

tr.tr-codes {
height: 30px;
}