/* Bold headline text */
H1 { font-size: 14pt;  font-family: arial, helvetica, sans-serif; color:#C92A26; }
/* Bold inline text */
H2 { font-size: 12pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#8B8D47; }
/* used when structually an h3 is called for, the display is the same as bold paragraph text */
H3 { font-size: 10pt;  font-weight: bold; font-family: arial, helvetica, sans-serif; color:#C92A26; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: arial, helvetica, sans-serif; color:#595A2E}

A:link { color: #C92A26;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:visited { color: #C92A26;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:hover { color: #C92A26; font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:active { color: #C92A26;font-family: arial, helvetica, sans-serif;font-weight: bold;}

/* Footer classes */
A.footer:link {color:#595A2E; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:visited {color:#595A2E; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:hover {color:#C92A26; font-weight: normal; font-size: 10pt; text-decoration: none;}
A.footer:active {color:#C92A26; font-weight: normal; font-size: 10pt; text-decoration: none;}

/* Homepage table classes */
A.table:link {color:#C92A26; font-weight: normal; font-size: 8pt;}
A.table:visited {color:#C92A26; font-weight: normal; font-size: 8pt;}
A.table:hover {color:#C92A26; font-weight: normal; font-size: 8pt;}
A.table:active {color:#C92A26; font-weight: normal; font-size: 8pt;}

/* Fitz classes */
A.fitz:link {color:#595A2E; font-weight: normal; font-size: 8pt;}
A.fitz:visited {color:#595A2E; font-weight: normal; font-size: 8pt;}
A.fitz:hover {color:#C92A26; font-weight: bold; font-size: 8pt;}
A.fitz:active {color:#C92A26; font-weight: normal; font-size: 8pt;}


/* Custom list formatting */
UL { font-size : 8pt; font-family: arial, helvetica, sans-serif;  color:#595A2E}
UL.tier2 { font-size : 8pt; font-family: arial, helvetica, sans-serif;  color:#595A2E}
OL { font-size : 8pt; font-family: arial, helvetica, sans-serif;  color:#595A2E}
DL { font-size : 8pt; font-family: arial, helvetica, sans-serif;  color:#595A2E}
LI { font-size : 8pt; font-family: arial, helvetica, sans-serif;  color:#595A2E}

/* Miscellaneous text formatting classes */

.moveright {margin-left: 30px;}
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.table {margin-left: 5px; font-size: 9pt; }
.white {color: #FFFFFF;}
.dkgreen {color: #595A2E;}
.rust {color: #C92A26;}
.red {color: #CC0000;font-weight: bold; }
.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}

body {background-color: #CFD0A4;}
.borderbk {background-color: #8B8D47;}
.ltgreenbk {background-color: #C9C98D;}
.palegreenbk {background-color: #FEF7DC;}
.homesmtblbk {background-color: #DDDCB7;}
.homelgtblbk {background-color: #FFEFC4;}
.tableborder {background-color: #717B05;}

