/*--- body css ------------------------------------------*/
.tabl
{
  margin: 5px 0 0 0;
}
.lcel
{
  vertical-align: top;
  text-align: center;
}
.rcel
{
  width: 100%;
  vertical-align: top;
}
/*--- footer css ----------------------------------------*/
.fter
{
  font-size: 75%;
  font-style: italic;
  margin: 0 0 0 3em;
}
/*--- header css ----------------------------------------*/
.hder
{
  text-align: center;
  font-family: serif;
  font-style: italic;
  border: 1px solid black;
  background: url( ./images/corrugat.gif );
  margin: 0;
  padding: 5px 0 8px 0;
}
/*--- left cell css -------------------------------------*/
.lnvtb                                     /* left table */
{
  width: 75px;
  margin: 0 5px 0 0;
  border: 1px solid black;
}
.lnvtd                                      /* left cell */
{
  vertical-align: top;
  text-align: center;
  padding: 5px;
}
.lnvp
{
  margin: 0 0 5px 0;
}
.lnim                                     /* image link */
{
  display: block;
  text-decoration: none;
  color: #888;
  font-family: "arial narrow";
  width: 68px;
  height: 98px;
  font-size: 1px;
  margin: 0 auto 3px auto;
  background: white url(./images/COA60x90.gif) no-repeat center;
  border: 2px solid white;
}
.lnim:hover                              /* image hover */
{
  background: #ccc url(./images/COA60x90.gif) no-repeat center;
  border: 2px solid #ccc;
}
a.lnva:link, a.lnva:visited            /* left nav links */
{
  display: block;
  text-decoration: none;
  color: black;
  background: transparent;
  font-family: "arial narrow";
  font-weight: bold;
  font-size: 80%;
  text-align: center;
  margin-top: 3px;
  padding: 3px;

  border-top: 1px solid #bbb;
  border-right: 2px solid #666;
  border-bottom: 1px solid #666;
  border-left: 2px solid #bbb;
  background: #ccc;
}
a.lnva:hover
{
  background: #fff;
  color: black;
}
a.lnva:active
{
  border-top: 1px solid #666;
  border-right: 2px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 2px solid #666;
  color: black;
  background: #ddd;
}
/*--- right cell css ------------------------------------*/
.rtb                                      /* right table */
{
  border: 1px solid black;
  width: 100%;
}
.rtd                                  /* right main cell */
{
  padding: 5px;
  font-family: sans-serif;
}
.rp
{
  margin: 0;
  border-top: 1px solid black;
}
.dv
{
  width: 700px;
  height: 339px;
  background: white url( images/TreeQuiltbg.gif ) no-repeat center;
}
td.rtd p
{
  font-size: 150%;
  color: blue;
  font-weight: bold;
}
/*-------------------------------------------------------*/

