body {
	font-size: 16px;
}
#css_switch li.small    a     {
	display: block;
	height: 13px;
	width: 13px;
	background-image: url(../images/re_images/font_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}


#css_switch li.large    a     {
	height: 16px;
	width: 16px;
	display: block;
	background-image: url(../images/re_images/font_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#css_switch li.ex_large  a  {
	display: block;
	height: 19px;
	width: 19px;
	background-image: url(../images/re_images/font_3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

