@charset "utf-8";

/* CSS Document */

body{
	font-size: 77%;
	/*\*/
		*font-size: 77%;
 /**/
}


div#fchange li.small a{
	background-image:url(../images/fsize_s_on.gif);
	background-repeat:no-repeat;
}

div#fchange li.middle a{
	background-image:url(../images/fsize_m_off.gif);
	background-repeat:no-repeat;
}

div#fchange li.large a{
	background-image:url(../images/fsize_l_off.gif);
	background-repeat:no-repeat;
}

div#fchange li.middle a:hover{
	background-image:url(../images/fsize_m_on.gif);
	background-repeat:no-repeat;
}

div#fchange li.large a:hover{
	background-image:url(../images/fsize_l_on.gif);
	background-repeat:no-repeat;
}
