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

	Application: TAFE
	
	File: css/global.js
	
	Type: JSSS
	
	Desc: makes the font size a bit larger for NS4 Mac
	
	Comments: 
	
	Author: Lindsay Evans [lindsay@redsquare.com.au]
	Date:  18/01/2002
	Version: 1.0.0
	
	***** Modification Details *****
	
	DATE  NAME  MODIFICATION

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

if(navigator.platform.toLowerCase().indexOf('mac') != -1){
	with(document.tags.td){
		fontSize = '1.2em';
	}
}
