
@charset "utf-8";

/* CSS Document standard */
body {
background:#fff;
font-size:100%;
font-style:normal;
font-weight:normal;
}

#header dd#small {
	width:24px;
	height:24px;
	background:url(/shared/templates/free/images/textctrl_sl_off.gif) 0 0 no-repeat;
}

#header dd#standard {
	background:url(/shared/templates/free/images/textctrl_st_on.gif) 0 0 no-repeat;
	width:24px;
	height:24px;
}

#header dd#large {
	background:url(/shared/templates/free/images/textctrl_lg_off.gif) 0 0 no-repeat;
	width:24px;
	height:24px;
}



#header dd#small a {
	display:block;
	width:24px;
	height:24px;
	background:#FF0000;
	background:url(../images/textctrl_sl_off.gif) 0 0 no-repeat;
}


#header dd#standard a {
	display:block;
	width:24px;
	height:24px;
	background:#FF0000;
	background:url(/shared/templates/free/images/textctrl_st_off.gif) -500px 0 no-repeat;
}

#header dd#large a {
	display:block;
	width:24px;
	height:24px;
	background:#FF0000;
	background:url(/shared/templates/free/images/textctrl_lg_off.gif) 0 0 no-repeat;
}




