/* CSS Document */

body {
/* 16px(medium) * 62.5 = 10px base font size */
	font-size: 100%;
	
}	 

/*This extra body and table font styles are here to fix an ie problem*/
body {
	/*IE Hack for fonts */
	font-size: 0.85em;
}

ul#switcher li#medium a {
	background-image:url(/_includes/images-css/sizer/medium_selected.gif);
}
