/* Bold headline text */
H1 { font-size: 16pt;  font-family: arial, helvetica, sans-serif; color:#CCCCCC; }
/* Bold inline text */
H2 { font-size: 12pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#75A3ED;  font-style: italic;  font-variant: small-caps;   }
/* used when structually an h3 is called for, the display is the same as bold paragraph text */
H3 { font-size: 11pt;  font-weight: bold; font-family: arial, helvetica, sans-serif; color:#262624; }
/* Standard paragraph text */
P { font-size: 11pt; font-family: arial, helvetica, sans-serif; color:#CCCCCC}

A:link { color: #fcf483;font-family: arial, helvetica, sans-serif;text-decoration: none;}
A:visited { color: #fcf483;font-family: arial, helvetica, sans-serif;text-decoration: none;}
A:hover { color: #8BBD38; font-family: arial, helvetica, sans-serif;text-decoration: none;}
A:active { color: #8BBD38;font-family: arial, helvetica, sans-serif;text-decoration: none;}

/* Title classes */
A.title:link {color:#CCCCCC; font-weight: normal; text-decoration: none; font-weight: bold;}
A.title:visited {color:#CCCCCC; font-weight: normal;  text-decoration: none;font-weight: bold;}
A.title:hover {color:#8BBD38; font-weight: normal; text-decoration: none;font-weight: bold;}
A.title:active {color:#8BBD38; font-weight: normal;  text-decoration: none;font-weight: bold;}

/* Footer classes */
A.footer:link {color:#0094CE; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:visited {color:#0094CE; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:hover {color:#262624; font-weight: normal; font-size: 10pt; text-decoration: none;}
A.footer:active {color:#262624; font-weight: normal; font-size: 10pt; text-decoration: none;}


/* Fitz classes */
A.fitz:link {color:#262624; font-weight: normal; font-size: 8pt;}
A.fitz:visited {color:#262624; font-weight: normal; font-size: 8pt;}
A.fitz:hover {color:#0094CE; font-weight: normal; font-size: 8pt;}
A.fitz:active {color:#0094CE; font-weight: normal; font-size: 8pt;}


/* Custom list formatting */
UL { font-size : 11pt; font-family: arial, helvetica, sans-serif;  color:#CCCCCC}
UL.tier2 { font-size : 11pt; font-family: arial, helvetica, sans-serif;  color:#CCCCCC}
OL { font-size : 11pt; font-family: arial, helvetica, sans-serif;  color:#CCCCCC}
DL { font-size : 11pt; font-family: arial, helvetica, sans-serif;  color:#CCCCCC}
LI { font-size : 11pt; font-family: arial, helvetica, sans-serif;  color:#CCCCCC}

/* Miscellaneous text formatting classes */

.moveleft {margin-left: 16px;}
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.table {margin-left: 5px; font-size: 9pt; }

.tab { margin-left: 2.00em; font-family: arial, helvetica, sans-serif;}
.small { font-size : 9pt; font-family: arial, helvetica, sans-serif; }
.smaller { font-size : 8pt; font-family: arial, helvetica, sans-serif; }
.smallest { font-size : 7pt; font-family: arial, helvetica, sans-serif; }
.large { font-size: 12pt; font-family: arial, helvetica, sans-serif;}
.larger { font-size: 14pt; font-family: arial, helvetica, sans-serif;}
.none {text-decoration: none; }
.under {text-decoration: underline}

.ltgrey {color: #CCCCCC;}
.dkgrey {color: #262624;}

body {background-color: #c8c8c8;}
.dkgreyback {background-color: #262624;}
.medgreyback {background-color: #686A62;}
.whiteback {background-color: #FFFFFF;}
.servicenav { font-size: 9pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#fcf483;  font-style: italic;  font-variant: small-caps;   }

