/* Link Styles
-------------------------------------------------------------- */
.a_color_996633 a 			{ color: #996633; text-decoration: none; }
.a_color_996633 a:hover 	{ color: #996633; text-decoration: underline; }

.a_underline_on a				{ text-decoration: none; }

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

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

/* Font Sizes
-------------------------------------------------------------- */
.font_size_8	{ font-size: 8pt; }
.font_size_8 a	{ font-size: 8pt; }
.font_size_8_5	{ font-size: 8.5pt; }
.font_size_9	{ font-size: 9pt; }
.font_size_9 p	{ font-size: 9pt; } /* <p> */

.font_size_10	{ font-size: 10pt; }
.font_size_10 p	{ font-size: 10pt; } /* <p> */

.font_size_11	{ font-size: 11pt; }
.font_size_12	{ font-size: 12pt; }
.font_size_14	{ font-size: 14pt; }
.font_size_16	{ font-size: 16pt; }
.font_size_18	{ font-size: 18pt; }
.font_size_24	{ font-size: 24pt; }


/* Some default classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.bold		{ font-weight: bold; }

/* Font Colours */
.colour_034a8a	{ color: #034a8a; }
.colour_6d6d6f 	{ color: #6d6d6f; }
.colour_afbde0	{ color: #afbde0; }