@charset "utf-8";

/*===================================================
 Font Size Medium CSS
=================================================== */

body {
font-size: 15px;
}
/* for IE6 */
* html body {
font-size: 94%;/* 16px; */
}
/* for IE7 */
*:first-child+html body {
font-size: 94%;/* 16px; */
}
/* for IE8 */
html>/**/body {  
font-size /*\**/: 94%\9;/* 16px; */
}