
/* Global Font Style */
body 				{ font-family: verdana, helvetica, serif; font-size: 8pt; }

/* Link Styles */
.purple_href		{ font-weight: bold; color: #6666CC; text-decoration: none; }
.purple_href:hover 	{ font-weight: bold; color: #3366CC; text-decoration: underline; }
.yellow_href		{ font-weight: bold; color: #ffff99; text-decoration: none; }
.yellow_href:hover 	{ font-weight: bold; color: #ffffcc; text-decoration: underline; }

/* Text Style */
.black_text_4 		{ font-size: 4pt; }
.black_text_7_bold	{ font-weight: bold; font-size: 7pt; }
.black_text_9		{ font-size: 9pt; }
.black_text_9_bold	{ font-weight: bold; font-size: 9pt; }
.black_text_12_bold	{ font-weight: bold; font-size: 12pt; }
.black_text_13_bold	{ font-weight: bold; font-size: 13pt; }
.black_text_14_bold	{ font-weight: bold; font-size: 14pt; }
.black_text_title	{ font-weight: bold; font-size: 16pt; text-decoration: underline; }
.blue_text			{ font-weight: bold; font-size: 9pt; color: #5525C5; }
.blue_text_title	{ font-weight: bold; font-size: 14pt; color: #000099; }
.pink_text			{ font-weight: bold; font-size: 9pt; color: #DC1ACF; }
.purple_text		{ font-weight: bold; font-size: 9pt; color: #932D97; }
.italic				{ font-weight: bold; font-size: 12pt; font-style: italic; }
.white_text			{ font-weight: bold; color: #ffffff; }
.white_text_9		{ font-weight: bold; font-size: 9pt; color: #ffffff; }
.white_text_10		{ font-weight: bold; font-size: 10pt; color: #ffffff; }
.white_text_title	{ font-weight: bold; font-size: 12pt; color: #ffffff; text-decoration: underline; }

/* Table Border Styles */
table.inside		{ border: thin solid #000000; }
table.inside td		{ border: thin solid #000000; }
table.outside		{ border: thin solid #000000; }
table.none			{ border: none; }
table.none td		{ border: none; }
