/******************************************************
| Header text size indicator
*******************************************************/
/*body.textsize1 div#textSize a#lnkFontSize1 { text-decoration: underline; }
body.textsize2 div#textSize a#lnkFontSize2 { text-decoration: underline; }
body.textsize3 div#textSize a#lnkFontSize3 { text-decoration: underline; }*/

body.textsize1 {
	font-size: 67.5%;
	line-height: 1.3;
}

body.textsize2
{
	font-size: 79.2%;
	line-height: 1.35;
}

body.textsize3{
	font-size: 99%;
	line-height: 1.4;
}

#textSize {height: auto; overflow: hidden; list-style: none none outside;  margin: 0 0px 4px 6px; padding: 2px 0 4px 0; }
#textSize li { float:left; vertical-align:middle; margin: 0; padding: 0; text-align: center; font-size: 12px;}
#textSize li a {text-decoration:none;}
#textSize li#print a,
#textSize li#share a {margin: 0 1px; display: block; text-align: center;}
#textSize li#print img {width: 21px; height: 24px; }
#textSize li span,
#textSize li a span {display: block;}
#textSize li#print span {margin-left: -4px;}


#textSize .spacer {padding:13px 3px 0 3px;}
