


/* Font-Sizer Specific Styling */
#fontsizer { float: left; font-family: Times New Roman, Times, serif;} /* Container element */

.fsizer { float: left;} /* Container element */

.fsizer a { display: block; float: left; width: 12px; margin-right: 2px; text-align: center; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #b3bbd3;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 10px; height: 13px; padding-top: 3px; }
.fsizer a#fs_med { font-size: 12px; height: 15px; padding-top: 2px; }
.fsizer a#fs_lrg { font-size: 15px; height: 16px; padding-top: 0px; }

.fsizer a.fsactive { text-decoration: none; color: #000; background: #b3bbd3; cursor: default; } /* When mode is active */

