/***************************************************************************

	Author 			:Charles B. Cosse 
	
	Email			:ccosse@asymptopia.org
	
	Website			:http://www.asymptopia.org
	
	Copyright		:(C) 2002-2004 Asymptopia Software.
	
 ***************************************************************************/

Until I get a chance to make the rules corresponding to each theme get
painted to the help screen, here is the way the pieces are scored in the
default theme:

			'0.0':1,
			'1.0':1,
			'2.0':1,
			'3.0':1,
			'4.0':1,
			'5.0':1,
			'6.0':1,
			'7.0':1,
			'8.0':1,
			'9.0':1,
			'10.0':2,
			'11.0':2,
			'12.0':2,
			'13.0':2,
			'14.0':2,
			'15.0':3,
			'16.0':3,
			'17.0':3,
			'18.0':3,
			'19.0':3,
			'20.0':3,
			'+':1,
			'-':2,
			'*':3,
			'/':5,
			'=':1,

More Notes: 
	
	*you can take a screenshot by hitting "F1" anytime.
	
	*hit 'ESC' to exit
	
	*stay-tuned for version 2.8
