/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

 /* for setting 10px */
.ss {font-size:88%;}
*+html .ss {font-size:77%;}
* html .ss {font-size:77%;}

 /* for setting 12px */
.s {font-size:93%;}
*+html .s {font-size:96%;}
* html .s {font-size:93%;}

 /* for setting 14px */
.m {font-size:108%;}
*+html .m {font-size:112%;}
* html .m {font-size:108%;}

 /* for setting 16px */
.L {font-size:123.1%;}
*+html .L {font-size:130%;}

 /* for setting 18px */
.LL {font-size:136%;}
*+html .LL {font-size:138.5%;}
* html .LL {font-size:138.5%;}
