body {
  background-image: none;
  font-family: arial, sansserif;
  font-size: 12pt;

  }

h1 {
  font-weight: bold;
  font-size: 14pt;
  }
  
  
	
div#LeftPane{
  position: absolute;
  visibility: hidden;
  left: 25px;
  top: 90px;
  width: 0%;
  /*background-color: e7e7e7;*/
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  
  padding: 5px;
}




div#RightPane{
  position: absolute;
  left: 25px;
  top: 90px;
  width: 98%;
  /*background-color: #e7e7e7;*/
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  
  padding: 5px;
  }




tr {
  vertical-align: top;
  font-family: arial, sansserif;
  font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

tr.TableRow_Alternate {
 font-family: arial, sansserif;
  font-size: 10pt;
	background-color: #e7e7e7;
	color: #000000;
}

th {
  text-align: left;
 font-family: arial, sansserif;
  font-size: 10pt;
  font-weight=normal;
	/*background-color: #ee3a43;*/
	/*color: #ffffff;*/
}
  