<!-- global link color. The default color of all hyperlinks unless otherwise specified. -->

a {
:link {text-decoration: underline; color: #32377C  }
:visited {text-decoration: underline; color: #32377C }
:hover {text-decoration: underline;  color: #ff0000}
:active {text-decoration: underline; color: #32377C }
}

<!-- global font. The default font, color and size of all text unless otherwise specified. -->
body { font-family: Verdana, Arial, sans-serif; color: #32377C; font-size: 10pt;}

<!-- page heading. The default font, color and size of all page titles unless otherwise specified. -->
h1.page_heading { align: center; font-family: verdana; font-weight: bold; color: #32377C; font-size: 18pt; }
h1.page_heading_contrast { align: center; font-family: verdana; font-weight: bold; color: #6C0000; font-size: 18pt; }

<!-- page heading sub-heading. The default font, color and size of main subtitles unless otherwise specified. -->
h1.page_heading_sub { align: center; font-family: verdana; font-weight: bold; color: #32377C; font-size: 10pt; }

<!-- section heading. The default font, color and size of all subsection titles in the body of the page unless otherwise specified. -->
h2.section_heading { align: left; font-family: verdana; font-weight: bold; color: #32377C; font-size: 10pt; }
h2.section_heading_large { align: left; font-family: verdana; font-weight: bold; color: #32377C; font-size: 12pt; }
h2.section_heading_contrast { align: left; font-family: verdana; font-weight: bold; color: #6C0000; font-size: 10pt; }
h2.section_heading_contrast_large { align: left; font-family: verdana; font-weight: bold; color: #6C0000; font-size: 12pt; }

<!-- global quote. The default font, color and size of all subsection titles in the body of the page unless otherwise specified. -->
.quote { align: center; font-family: verdana; font-weight: bold; color: #32377C; font-size: 10pt; }
.quote_contrast { align: center; font-family: verdana; font-weight: bold; color: #6c0000; font-size: 10pt; }


<!-- Single Space. No spacing between lines unless otherwise specified. -->
.single_space { margin-top: 0; margin-bottom: 0}

<!-- global contrast highlight. Use this to draw attention to a word or phrase. -->

.contrast_highlight { color: #6c0000; font-weight: bold }

.smaller_font {font-size: 8pt; font-family: verdana, arial}
.smaller_font_black {font-size: 8pt; font-family: verdana, arial; color: black}
.smaller_font_grey {font-size: 8pt; font-family: verdana, arial; color: #C0C0C0}

font.smaller_font {font-size: 8pt; font-family: verdana, arial}
.font_regular_black {color: black}
.font_regular_grey {color: #C0C0C0}


.blockquote_18pt_indent {margin-left: 18; margin-right: 18}


.tiny_link {font-size: 7pt; font-family: verdana, arial}

.wingdings3 { font-family: Wingdings 3}
.thinkwebsolutions {color: #5E65BD}


p.headerQuoteText { text-align: center; font-family: Arial; color: #C0C0C0; font-size: 9pt }
td.headerQuoteBackground { background-color: #32377c }



.left_linkbox_arrow {font-family: Wingdings 3; font-size: 7pt; color:#32377C}
.left_linkbox_arrow_grey {font-family: Wingdings 3; font-size: 7pt; color:#c0c0c0}
td.left_linkbox {font-family: verdana; font-weight: bold; font-size:7pt; color: #32377C;}
p.left_linkbox {font-size: 7pt; margin-top: 6; margin-bottom: 6 }