.JS { display: none; }
body.Size1 { font-size: .7em; }
body.Size2 { font-size: .8em; }
body.Size3 { font-size: 1em; }
body.Size4 { font-size: 1.1em; }

#fontScale {
	font-family: Arial, Helvetica, sans-serif;
	position:relative; float:right;
	font-size: 80%; padding: 2px 5px 0 0;
	cursor: pointer; color:#004990;
	font-weight: bold;
}
#fontScroller {
	position:absolute; left:0px; top:0px;
	width:17px; background: url(/common/img/scroll_bg_gray.gif) repeat-y;
}
.fontButton {
	width:17px; height:15px; float:left; clear:both;
}
.fontSizes {
	width:17px; height:auto; float:left; clear:both;
}
.fontSizes a {
	width:15px; text-align:center; display:block; padding: 2px 0px; margin: 0 1px;
	color: #999; text-decoration: none; font-weight: bold;
}
.fontSizes a:hover {
	color:#fff; background-color:#ccc;
}
.fontSizes a.selected {
	color:#fff; background-color:#666;
}
#fontSize1 {font-size:9px;} #fontSize2 {font-size:12px} #fontSize3 {font-size:14px;} #fontSize4 {font-size:16px;}