TABLE.MYTABLE_left
  { 
     border-left-style:dashed;
     border-color:#83B70A;
     border-width:1px;
  }

TABLE.MYTABLE_right
  { 
     border-right-style:dashed;
     border-color:#83B70A;
     border-width:1px;
  }

TABLE.MYTABLE_2
  { 
     border-right-style:dashed;
	 border-left-style:dashed;
     border-color:#83B70A;
     border-width:1px;
  }
  
TABLE.MYTABLE_all
  { 
     border-style:dashed;
     border-color:#83B70A;
     border-width:1px;
  }