/*
YUI 3.5.0 (build 5089)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font-size:13px;
	line-height:1.231;
	font-family:Arial, Helvetica, sans-serif;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font-size:99%;
	font-family:Arial, Helvetica, clean, sans-serif;	
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font-size:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	line-height:100%;
}

strong {
  font-weight:bold;
}

em {
  font-style:italic;
}