/* CSS Document standard */
body {
background:#fff;
font-size:100%;
font-style:normal;
font-weight:normal;
}



/*
p {
font-size:90%;
}
h2 {
font-size:90%;
}
a:link {
font-size:70%;
}
a:visited {
font-size:70%;
}
a:hover {
font-size:70%;
}
a:active {
font-size:70%;
}
*/

#header-inner dd#small {
	width:22px;
	height:22px;
	background:url(../images/textctrl_sl_off.gif) 0 0 no-repeat;
}

#header-inner dd#standard {
	background:url(../images/textctrl_st_on.gif) 0 0 no-repeat;
	width:22px;
	height:22px;
}

#header-inner dd#large {
	background:url(../images/textctrl_lg_off.gif) 0 0 no-repeat;
	width:22px;
	height:22px;
}



#header-inner dd#small a {
display:block;
width:22px;
height:22px;
background:#FF0000;
background:url(../images/textctrl_sl_off.gif) 0 0 no-repeat;
}


#header-inner dd#standard a {
display:block;
width:22px;
height:22px;
background:#FF0000;
background:url(../images/textctrl_st_off.gif) -500px 0 no-repeat;
}

#header-inner dd#large a {
display:block;
width:22px;
height:22px;
background:#FF0000;
background:url(../images/textctrl_lg_off.gif) 0 0 no-repeat;
}



