I am creating a web application to be used by 20-30 users inside a company. MySQL Is our database store. Which storage engine should I use?

MyISAM or INNODB?

What are the pro's and cons?
Which is the standard and most likely used?

Our data is mission critical as it's customer and transaction data for purchases and sales. We'd like a stable system.