* html body, * html input    /* this selector recognized by IE only */
	{
	font-size: xx-small;   /* total width (only for IE5.x/Win) */
	f\ont-size: xx-small;  /* content width (for other IE) */
	}
	
	
* html #rubrikTitle    /* this selector recognized by IE only */
	{
	margin-bottom:0em;   /* total width (only for IE5.x/Win) */
	m\argin-bottom:0em;  /* content width (for other IE) */
	}
	
* html #pageregionLeft,  * html #pageregionMainContent, * html #pageregionContentOutershell   /* this selector recognized by IE only */
	{
	display: inline;   /* total width (only for IE5.x/Win) */
	d\isplay: inline;  /* content width (for other IE) */
	}
	
	
	
	
