@import "css.css";

/* override body:font-size */
body {
	/* font-size:125%;  20110516 change to test font size issue */
	font-size: 200%;
}

/* override the width for IE */
#topNavRight {
	/* width:203px; Format or Unformat Button */
	width:241px;	/* Linear or Normal Text */	
}

/* for safari 3.02 test on winxp */
body:first-of-type #topPanelRight {
	width:370px;
}

/* for safari 3.02 test on winxp */
body:first-of-type #topNavRight {
	width:240px;
}
