/***************************************
*     IE Specific (for font resizing)  *
***************************************/

body{
	font-size: 62.5%; /* 10px font size (16px is default * 62.5 = 10px)- allows for resizing in IE, 10px won't allow resizing*/
}

/***************************************
*  Add any IE specific overrides here  *
***************************************/