body {
      margin: 10;
      background-color: #FFFFFF;
}

span.textmain {
      font-family: arial;
      font-size: 12px;
      font-weight: normal;
      background-color: #FFFFFF;
      color: #000000;
}

span.textmaininfo {
      font-family: arial;
      font-size: 12px;
      font-weight: bold;
      background-color: #FFFFFF;
      color: #000000;
}

span.textmaintitle {
      font-family: arial;
      font-size: 14px;
      font-weight: bold;
      background-color: #FFFFFF;
      color: #000000;
}

span.textdesc {
      font-family: arial;
      font-size: 12px;
      font-weight: normal;
      background-color: #FFFFFF;
      color: #000000;
}

span.texttitle {
      font-family: arial;
      font-size: 14px;
      font-weight: bold;
}

span.textcounter {
      font-family: arial;
      font-size: 14px;
      font-weight: bold;
      color: #FFFFFF;
}

form {
      margin: 0;
}

.block {
      width: 80%;
      height: 100px;
      clear: both;
}
.block1 {
      float: left;
}
.block2 {
      zborder: 1px solid #EEEEEE;
      zpadding: 5px;
      text-align: left;
      float: right;
}

.infos {
      border-top: 1px solid #AAAAAA;
      padding-top: 10px;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 10px;
      font-family: Arial; font-size: 10px; color: #000000;
      margin-bottom: 10px;
}

.results {
      font-family: Arial; font-size: 12px; color: #000000;
      width: 750px;
}

.resultcontainer1 {
      background: url(images/back1.gif);
      background-repeat: repeat-y;
      zclear: both;
      padding-bottom: 20px;
      zborder: 2px #000000 solid;
}
.resultcontainer2 {
      background: url(images/back2.gif);
      background-repeat: repeat-y;
      zclear: both;
      padding-bottom: 20px;
      zborder: 2px #000000 solid;
}
.resultheader {
      float: left;
      width: 30px;
      text-align: center;
      font-family: Arial; font-size: 13px; font-weight: bold; color: #777777;
}
.result {
      zbackground-color: #00F0BF;
      text-align: left;
      padding-left: 50px;
}
.result img {
      border: 1px #CCCCCC solid;
      margin: 5px;
      width: 120px;
      height: 90px;
}

.source {
      color: #777777;
}

