/* CSS Document */

body {
	font-size: 14px;
}
* html body {
	font-size: 85%;
}
*:first-child+html body {
	font-size: 85%;
}

.sizeL			{ width: 37px; background-position: 0 0; }
.sizeL a		{ width: 37px; background-position: 0 -18px; }
.sizeM			{ width: 36px; background-position: -37px 0; }
.sizeM a		{ width: 36px; background-position: -37px -18px; }

.f10 { font-size: 91%; line-height: 1.5em; }