@charset "utf-8";

/* txtS.css */

				div#dFontsize dd#ddS a {
					background-position: 0 -42px;
				}
				div#dFontsize dd#ddM a {
					background-position: 0 0;
				}
				div#dFontsize dd#ddL a {
					background-position: 0 0;
				}

/* Opera6 */
html>body, tr>th, tr>td {
	font-size: 11px;
}
/* latest browzer */
head:first-child+body, head:first-child+body th, head:first-child+body td {
	font-size: 11px;
}
/* added for ie7 */
*:first-child+html head:first-child+body {
	font-size: 70%;
}
*:first-child+html head:first-child+body th,
*:first-child+html head:first-child+body td {
	font-size: 100%;
}