/* ------------------------------ */

/* GUIDE TO THIS FILE */

/* Sections of this file include: */
/* --Global -- specs that are applicable to any page (such as standard body font and standard bullet style) */
/* --Hyperlinks -- specs applicable only to general hyperlinks (specs for special-case hyperlinks, such as navigation and Level 1 news-box hyperlinks, are covered in other sections) */
/* --H1 through H6 -- specs applicable to Heading 1 through Heading 6 */
/* --Non-standard body fonts -- specs for fonts and font sizes and font colors that need to be different than one of the H1 through H6 specs */
/* --Level 1 pages -- specs applicable only on Level 1 pages (including hyperlink specs that only apply to Level 1 news boxes) */
/* --Level 2 pages -- specs applicable only on Level 2 pages */
/* --Top-nav -- specs applicable only to the top-nav (including hyperlink specs that only apply to the top-nav) */
/* --Sub-nav -- specs applicable to left-nav and sub-nav bot (including hyperlink specs and bullet specs that only apply to left-nav and sub-nav bot) */

/* ------------------------------ */

/* GLOBAL */

/* BODY
      {scrollbar-face-color: #6888A8;
      scrollbar-shadow-color: #FFFFFF;
      scrollbar-highlight-color: #F0F0F8;
      scrollbar-track-color: #F0F0F8;
      scrollbar-arrow-color: #FFFFFF;} */

BODY { background-color: #FFFFFF; margin: 10 }
BODY { color: #000000; font-size: 12px; font-family: Arial, Helvetica, Univers, sans-serif }
P { color:  #000000; font-size: 12px; font-family: Arial, Helvetica, Univers, sans-serif }
TD { color:  #000000; font-size: 12px; font-family: Arial, Helvetica, Univers, sans-serif }
UL { color:  #000000; font-size: 12px; font-family: Arial, Helvetica, Univers, sans-serif }
OL { color: rgb(0,0,0); font-size: 12px; font-family: Arial, Helvetica, Univers, sans-serif }

/* ------------------------------ */

/* HYPERLINKS */

A:visited { color: #333333; text-decoration: underline }
A:active { color: #CCCCCC; text-decoration: underline; BACKGROUND: #FFFFFF }
A:link { color: #660099; text-decoration: underline }
A:hover { color: #CCCCCC; text-decoration: underline; BACKGROUND: #FFFFFF }
H3 A:visited { color: #333333; text-decoration: underline }
H3 A:active { color: #CCCCCC; text-decoration: none }
H3 A:link { color: #660099; text-decoration: underline }
H3 A:hover { color: #CCCCCC; text-decoration: none }

/* ------------------------------ */

/* H1 THROUGH H6 */

H1 {font-family: Arial, Helvetica, Univers, sans-serif; font-size: 12px; font-weight: bold; color: #660099; text-decoration: none }
H2 {font-family: Arial, Helvetica, Univers, sans-serif; font-size: 18px; font-weight: bold; color: #205080; text-decoration: none }
H3 {font-family: Arial, Helvetica, Univers, sans-serif; font-size: 14px; font-weight: bold; color: #205080; text-decoration: none }
H4 { color: rgb(0,0,0); font-weight: normal; font-size: 8px; font-family: Arial, Helvetica, Univers, sans-serif }
H5 { color: rgb(0,0,0); font-weight: normal; font-size: 10px; font-family: Arial, Helvetica, Univers, sans-serif }
H6 { color: rgb(0,0,0); font-weight: normal; font-size: 10px; font-family: Arial, Helvetica, Univers, sans-serif }

/* ------------------------------ */

/* NON-STANDARD BODY FONTS */

.tablehead { color: rgb(255,255,255); font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Univers, sans-serif }
.tablehead A:visited { color: rgb(255,255,255); text-decoration: underline }
.tablehead A:active { color: rgb(255,255,255); text-decoration: none }
.tablehead A:link { color: rgb(255,255,255); text-decoration: underline }
.tablehead A:hover { color: rgb(255,255,255); text-decoration: none }

.tablesub { color: rgb(0,0,0); font-size: 8px; font-family: Arial, Helvetica, Univers, sans-serif }
.tablesub A:visited { color: rgb(127,0,127); text-decoration: underline }
.tablesub A:active { color: rgb(255,0,0); text-decoration: underline }
.tablesub A:link { color: rgb(0,0,239); text-decoration: underline }
.tablesub A:hover { color: rgb(255,0,0); text-decoration: none }

.tabletext { color: rgb(0,0,0); font-size: 10px; font-family: Arial, Helvetica, Univers, sans-serif }
.tabletext A:visited { color: rgb(128,0,128); text-decoration: underline }
.tabletext A:active { color: rgb(183,0,32); text-decoration: none }
.tabletext A:link { color: rgb(0,0,255); text-decoration: underline }
.tabletext A:hover { color: rgb(183,0,32); text-decoration: none }

.loginalert { color: rgb(183,0,32); background-color: rgb(255,249,174); font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Univers, sans-serif }

.topheading { color: rgb(102,102,102); font-size: 10px; font-family: Arial, Helvetica, Univers, sans-serif }
/* ------------------------------ */

