/* Font-Sizer Specific Styling */

.fsizer { } /* Container element */

.fsizer a { display: block; float: left; width: 15px; margin-right: 5px; text-align: center; border: 1px dotted #aaa; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 15px;
	height: 15px;
}
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; }
.fsizer a#fs_med { font-size: 13px; }
.fsizer a#fs_lrg { font-size: 16px;
	padding-left: 1px;
}

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default;
} /* When mode is active */

