/* Platform: win */
/* Browser: Gecko Series (Mozilla etc) */
/* Sets site-wide win/gecko-specific style declarations. */

/*------------ BASIC, TEXT -----------*/
	body {font-size:75%;}
	td, th {font-size:75%;}
	textarea {font-size:1em;}

/*------------ BULLETED LISTS -----------*/
/* controls format of bullet-point list. CASCADE: sets different largin-left to give correct indent before bullets */		
	ul,ol {margin-left:-23px;} 
	
	.boxRadio .inpRadio {	
		margin-left:-1px;		
	}
	
	.boxCheck .inpCheck {	
		margin-left:-1px;		
	}
	
	.btnRed {
		padding-top:3px;
		padding-bottom:3px;
	}	
	
	.btnGrey {
		padding-top:3px;
		padding-bottom:3px;
	}	