
body {
      background: #D9D5B7;
}
.header {
      letter-spacing: 2px;
      font-size:      18pt;
      font-weight:    bold;
      line-height:    1.5em;
      padding: 30px 20px 10px 15px;
      margin: 0;
      border-bottom: solid 1px #000;
      color: #990000;
      background: #C2BD9B;
      border-top: solid 1px #fff;
}
.rtl {
      direction:      rtl;
}
.center {
      text-align:     center;
}
.para {
      text-indent:   1.5em;
      text-align:    left;
      font-size:     14pt;
      margin-bottom: 8pt;
}
td.ecell {
      font-size:  14pt;
      vertical-align: top;
      line-height:    20pt;
}
td.ycell {
      font-size:  16pt;
      font-family: "Times New Roman";
      direction:  rtl;
      text-align: right;
      vertical-align: top;
      line-height:    20pt;
}
td.span {
      text-align: center;
      font-size:  18pt;
}

.container {
      margin:     0 50px;
      background: #D1DAE3;
      border:     solid 1px #fff;
}
p.hr {
      background:  rgb(216,38,27);
      line-height: 19px;
      margin:      0;
      border:      solid 1px #fff;
}
.links {
      font-family: sans;
      font-size:   10pt;
}

