body {
	font:12px/1.231 arial,helvetica,clean,sans-serif;
	/* For IE6/IE7. */ 
	*font-size: small; 
	/* For IE in Quirks Mode. */
	*font: x-small; 
}
select, input, button, textarea, button {
	/* Nudge down to get to the 13px equivalent for these form elements. */ 
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	/* To help tables remember to inherit settings. */
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	/* Bump up IE to get to the 13px equivalent for these fixed-width elements. */
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
