/* CSS Document large */
body {
font-size:120%;
font-style:normal;
font-weight:normal;
}

#header-inner{
	padding:10px 13px 5px 0px;
}
*html #header-inner{
	padding:10px 13px 8px 0px;
}


/*
* html #header-inner{
	padding:10px 13px 8px 0px;
}

*:first-child+html .primary{
	float:right;
	margin-top:33px;
}

*:first-child+html #header-inner dt {
float:left;
margin:3px 8px 0 0;
}
*/




/*
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_off.gif) 0 0 no-repeat;
	width:22px;
	height:22px;
}

#header-inner dd#large {
	background:url(../images/textctrl_lg_on.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) 0 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;
visibility:hidden;
}


