
a:link		{ text-decoration: none; }
a:visited	{ text-decoration: none; }
a:active	{ text-decoration: underline; }
a:hover		{ text-decoration: underline; }

.highlight	{ background-color: #FFFF00; }
.highlight-blue	{ background-color: #99D8FF; }
.highlight-grn	{ background-color: #CCFFCC; }
.highlight-pink	{ background-color: #FFBBCC; }

.monospace	{ font-family:	courier, monospace; }
.sans-serif	{ font-family:	arial, helvetica, sans-serif; }
.serif		{ font-family:	times, serif; }

.center		{ text-align: center; }
.justify	{ text-align: justify; }
.left		{ text-align: left; }
.right		{ text-align: right; }

/* WARNING:	Only Microsoft Internet Explorer supports class types
 *		beginning with a number (Netscape and Opera do not)
 */

.pt08		{ font-size: 8pt; }
.pt09		{ font-size: 9pt; }
.pt10		{ font-size: 10pt; }
.pt11		{ font-size: 11pt; }
.pt12		{ font-size: 12pt; }
.pt13		{ font-size: 13pt; }
.pt14		{ font-size: 14pt; }
.pt16		{ font-size: 16pt; }
.pt18		{ font-size: 18pt; }
.pt20		{ font-size: 20pt; }
.pt24		{ font-size: 24pt; }
.pt28		{ font-size: 28pt; }
.pt32		{ font-size: 32pt; }
.pt36		{ font-size: 36pt; }
.pt40		{ font-size: 40pt; }
.pt48		{ font-size: 48pt; }
.pt56		{ font-size: 56pt; }
.pt64		{ font-size: 64pt; }
.pt72		{ font-size: 72pt; }

.px08		{ font-size: 8px; }
.px09		{ font-size: 9px; }
.px10		{ font-size: 10px; }		/* FONT SIZE = 1 */
.px11		{ font-size: 11px; }
.px12		{ font-size: 12px; }		/* FONT SIZE = 2 */
.px13		{ font-size: 13px; }
.px14		{ font-size: 14px; }		/* FONT SIZE = 3 */
.px16		{ font-size: 16px; }
.px18		{ font-size: 18px; }		/* FONT SIZE = 4 */
.px20		{ font-size: 20px; }
.px24		{ font-size: 24px; }		/* FONT SIZE = 5 */
.px28		{ font-size: 28px; }
.px32		{ font-size: 32px; }		/* FONT SIZE = 6 */
.px36		{ font-size: 36px; }
.px40		{ font-size: 40px; }
.px48		{ font-size: 48px; }		/* FONT SIZE = 7 */
.px56		{ font-size: 56px; }
.px64		{ font-size: 64px; }
.px72		{ font-size: 72px; }
