/*----------------------------------------------------------*/
/* Gearin' Up												*/
/* CSS name: fontfix.css									*/
/* Developer: MindPick Software LLC							*/
/* Date: 1/26/2009											*/
/*															*/
/* Description: Style sheet for elements of all pages	 	*/
/* 		and all media for just non-IE browsers.				*/
/*----------------------------------------------------------*/

/*------------------------------------------------------*/
/* Set the font size on the body to 16px so we'll have	*/
/* a consistent cascade. All subsequent font sizes		*/
/* should be in em's.									*/
/*------------------------------------------------------*/
body {
	font-size: 16px;
}