
@charset "utf-8";

/* CSS Document small */
body {
font-size:80%;
font-style:normal;
font-weight:normal;
}

#header dd#small {
	width:24px;
	height:24px;
	background:url(/shared/templates/free/images/textctrl_sl_on.gif) 0 0 no-repeat;
}

#header dd#standard {
	background:url(/shared/templates/free/images/textctrl_st_off.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(/shared/templates/free/images/textctrl_sl_off.gif) 0 0 no-repeat;
	visibility:hidden;

}


#header dd#standard a {
	display:block;
	width:24px;
	height:24px;
	background:#FF0000;
	background:url(/shared/templates/free/images/textctrl_st_off.gif) 0 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;
}

