body, div, span, table, tr, th, td, p, input, textarea, select, option, ul, li {
  font-family: verdana, georgia, arial, helvetica, sans-serif;
  font-size: 10pt;
}
body {
  margin: 0 auto 10px auto;
  vertical-align: top;
  background-image:  url(pics/samples/top-bg-gradient-trans.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
}
img { border: 0; }
.form-caption {
  font-size: 8pt;
  font-weight: bold;
}

/* rounded outlines */
.ro-1-1 {
  background-image:  url(pics/samples/bg-tl.gif);
  background-repeat: no-repeat;
  width: 19px; height: 11px;
}
.ro-1-2 {
  background-image:  url(pics/samples/bg-tm.gif);
  background-repeat: repeat-x;
  width: auto; height: 11px;
}
.ro-1-3 {
  background-image:  url(pics/samples/bg-tr.gif);
  background-repeat: no-repeat;
  width: 14px; height: 11px;
}
.ro-2-1 {
  background-image:  url(pics/samples/bg-ml.gif);
  background-repeat: repeat-y;
  width: 19px; height: auto;
}
.ro-2-2 {
  vertical-align: top;
}
.ro-2-3 {
  background-image:  url(pics/samples/bg-rm.gif);
  background-repeat: repeat-y;
  width: 14px; height: 4px;
}
.ro-3-1 {
  background-image:  url(pics/samples/bg-bl.gif);
  background-repeat: no-repeat;
  width: 19px; height: 16px;
}
.ro-3-2 {
  background-image:  url(pics/samples/bg-bm.gif);
  background-repeat: repeat-x;
  width: auto; height: 16px;
}
.ro-3-3 {
  background-image:  url(pics/samples/bg-br.gif);
  background-repeat: no-repeat;
  width: 14px; height: 16px;
}






.x-left {
  margin: auto auto auto 0;
  text-align: left;
}
.x-center {
  margin: 0 auto;
  text-align: center;
}
.x-right {
  margin: auto 0 auto auto;
  text-align: right;
}
.x-top {
  vertical-align: top;
 }
.x-middle {
  vertical-align: middle;
 }
.x-bottom {
  vertical-align: bottom;
 }
.x-wauto {
  width: auto;
}
.x-w100 {
  width: 100%;
}
.x-w98 {
  width: 98%;
}
.x-w95 {
  width: 95%;
}
.x-w90 {
  width: 90%;
}
.x-w85 {
  width: 85%;
}
.x-w83 {
  width: 83%;
}
.x-w80 {
  width: 80%;
}
.x-w75 {
  width: 75%;
}
.x-w55 {
  width: 55%;
}
.x-w50 {
  width: 50%;
}
.x-w49 {
  width: 49%;
}
.x-w45 {
  width: 45%;
}
.x-w40 {
  width: 40%;
}
.x-w33 {
  width: 33%;
}
.x-w30{
  width: 30%;
}
.x-w25 {
  width: 25%;
}
.x-w17 {
  width: 17%;
}
.x-w10 {
  width: 10%;
}
.x-w2{
  width: 2%;
}
.x-hauto {
  height: auto;
}
.x-h35 {
  height: 35px;
}
.x-h30 {
  height: 30px;
}
.x-h25 {
  height: 25px;
}
.x-h20 {
  height: 20px;
}
.x-h15 {
  height: 15px;
}
.x-h10 {
  height: 10px;
}
.x-h5 {
  height: 5px;
}
.x-pointer {
  cursor: pointer;
}
.index-left-td-content {
  width: 75%;
  text-align: left;
  padding-right: 10px;
  vertical-align: top;
}
