/*------------ table style set ------------*/


.tbl01{
	
	border : 0px solid;
  
}


.cell00{
	
	font-size : 1em;
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
  text-align : center;
  border-bottom-style : solid;
  background-color : #e3e3e3;
}



.cell01{
	
	font-size : 1em;
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
text-align : left;
  border-bottom-style : solid;
}

.cell02{
	
	font-size : 1em;
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
  text-align : center;
  border-bottom-style : solid;
}