#mytable {
	height:auto;
	width:auto;
	margin-top: 25px;
	border-collapse:collapse;
	filter:alpha(opacity=90);
	opacity:.90;
	color:#000000;


}

.thead {
	font: normal 20px Arial, Helvetica, sans-serif;;
	font-weight:bold;
	color: #990000;
	line-height:40px;
	text-align: center;

}


.tdata {
	font: normal 10pt, Arial, Helvetica, sans-serif;;
	border-left: 0px solid #7891B0;
	border-right: 0px solid #7891B0;
	border-bottom: 0px solid #7891B0;
	line-height:15px;
	padding-left: 15px;
	vertical-align:center;
	color: #000000;
}

div.background
  {
  width:780px;
  height:380px;
  background:url(/images//bamboo_new.jpg);

  }
div.transbox
  {
  vertical-align:middle;
  width:730px;
  height:350px;
  margin:25px 25px;
  background-color:#E2E09C;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.70;
  }
div.pearlbackground
  {
  width:780px;
  height:300px;
  background:url(/images//pearl_new.jpg);

  }
div.pearltransbox
  {
  width:730px;
  height:270px;
  margin:25px 25px;
  background-color:#E8F4F9;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=65);
  /* CSS3 standard */
  opacity:0.65;
  }
div.jadebackground
  {
  width:780px;
  height:380px;
  background:url(/images//jade.jpg);

  }
div.jadetransbox
  {
  width:730px;
  height:350px;
  margin:25px 25px;
  background-color:#DBE0D8;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
  }
