/*  STYLES TO RESIZE */
p {
	padding: 0 0 10px 0;
	line-height: 16px;
	font-size: 1em!important;
}

/* FONT SIZER CSS */

.fontResizer { float: right; margin: 7px 20px 0 10px; }
.fontResizer p { float: left; margin: 0px 6px 0 0; color: #999999; font-size: 12px!important; }
.fontResizer a { float: left; width: 17px; height: 17px; text-align: center; color: #999999; text-decoration: none; font-weight: bold; }

.fontResizer a:hover { color: #666666; text-decoration: none; }


/* font-resizer links */

.smallFont { font-size: 11px; line-height: 16px; }
.medFont { font-size: 12px; line-height: 16px; }
.largeFont { font-size: 13px; line-height: 16px; }

.curFont { background: #ffffff; color: #1fb25a!important; }

