body {
  margin: 0;
  padding: 0;
  color: #000000;/* added to satisfy validator */
  /* set shadow image and background color to blend seamlessly */
  background: #e6e6e6 url(../images/page_bg.png) repeat-y center top;
  /* next rule centers "wrapper" in IE5 */
  text-align: center;
  }
div.wrapper {
  width:760px;
  height:auto;
  border: 0px solid #666666;
  color: #000000;
  background-color: #ffffff;
  /* next 2 rules centers "wrapper" for browsers other than IE5 */
  margin-right:auto;
  margin-left:auto;
  /* next rule restores normal alignment in "wrapper" for IE5 */
  text-align: left;
  } 

p {
 text-align:center;
 margin-bottom:0px;
 margin-top:0px;
 margin-right:0px;
 text-indent:0px;
 direction:ltr;
 line-height:16px
}

p.name {
 color: #000066;
 font: 12px verdana, arial, sans-serif;
 font-weight: 600;
 font-style:normal;
}

p.desc {
 color: #000066;
 font: 8pt courier_new, monospace;
 font-weight: 500;
 font-style:normal;
 text-align:left;
 width: 350px;
}

p.heading {
 text-align:center;
 text-indent:0px;
 font: 18px verdana, arial, san-serif;
 font-style:normal;
 font-weight: 500;
 margin: 0px; /* needed for firefox compatability  */
 padding: 10px;
 background-color: #ffcc66;
 border: 0px solid #666666;
}

p.contacts {
 text-align: center;
 font: 12px verdana, arial, san-serif;
 font-style:normal;
 font-weight: 600;
 color:#000033;
 margin: 20px; /* space around text  */
}  

p.return {
 text-align: center;
}

table {
 border:0px solid #000066;
 padding:0px;
 background-color:#ffffff;
 text-align:center;
 vertical-align:top;
 margin:0px;
 direction:ltr;
 width:760px;                       
 height:auto;
}

tr.color {
 vertical-align:middle;
 height:25px;
 background-color: #ffcc66;;
}

td { 
 width: 380px;
 border:0px solid #000099;
 padding:2px;
 text-align:center;
 vertical-align:top;
 width:auto
}
span {
 font-family:'verdana','Verdana',sans-serif;
 font-size:12pt;
 font-style:normal;
 font-weight:normal
}