/* Bold headline text */
H1 { font-size: 16pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#514D48; }
/* Bold inline text */
H2 { font-size: 14pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#2E2923; }
/* used when structually an h3 is called for, the display is the same as bold paragraph text */
H3 { font-size: 12pt;  font-weight: bold; font-family: arial, helvetica, sans-serif; color:#2E2923; }
/* Standard paragraph text */
P { font-size: 12pt; font-family: arial, helvetica, sans-serif; color:#5F5649}

A:link { color:#5F5649; font-weight: bold;}
A:visited { color:#5F5649; font-weight: bold;}
A:hover { color:#2E2923; font-weight: bold;}
A:active { color:#2E2923; font-weight: bold;}

/* Navigation footer classes */
A.footer:link {color:#98b19a; font-size: 10pt; font-weight: bold;  text-decoration: none;}
A.footer:visited{color:#98b19a; font-size: 10pt; font-weight: bold; text-decoration: none;}
A.footer:hover {color:#2E2923; font-size: 10pt; font-weight: bold; text-decoration: none;}
A.footer:active {color:#2E2923; font-size: 10pt; font-weight: bold; text-decoration: none;}

/* Custom list formatting */
UL { font-size : 12pt; font-family: arial, helvetica, sans-serif;  color:#5F5649}
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#5F5649}
OL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#5F5649}
DL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#5F5649}
LI { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#5F5649}

/* Miscellaneous text formatting classes */
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.brown { color: #2E2923;}
.green {color: #2F3E30;}
.ltgreen {color: #98b19a;}
.error {color: #CC0033;}
.tab { margin-left: 2.00em; font-family: arial, helvetica, sans-serif;}
.small { font-size : 10pt; font-family: arial, helvetica, sans-serif; }
.smaller { font-size : 8pt; font-family: arial, helvetica, sans-serif; }
.large { font-size: 14pt; font-family: arial, helvetica, sans-serif;}
.none {text-decoration: none; }

body {background-color: #5E7C61;}

