/*
 *   BASE FONT SETTINGS
 *   Sets the base font for body and all elements that do not inherits it by default
 */

body { font-size: 62.5%; }						/* Sets the font size so 1.0em = 10px (and so on) */

body, #PageContainer, input, textarea, select	{ font-family: Tahoma, Arial, sans-serif; }

input, textarea, select	{ font-size: 1.0em; }	/* Sets font-size like its parent font-size */
#PageContainer			{ font-size: 1.1em; }	/* General container of the page */