/* Bold headline text */
H1 { font-size: 14pt;  font-family: arial, helvetica, sans-serif; color:#4F4D2C; }
/* Bold inline text */
H2 { font-size: 11pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#C15433; }
/* 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:#4F4D2C; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: arial, helvetica, sans-serif; color:#4F4D2C}

A:link { color: #C15433;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:visited { color: #C15433;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:hover { color: #4F4D2C; font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:active { color: #4F4D2C;font-family: arial, helvetica, sans-serif;font-weight: bold;}

/* Footer classes */
A.footer:link {color:#4F4D2C; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:visited{color:#4F4D2C; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:hover {color:#C15433; font-weight: normal; font-size: 10pt; text-decoration: none;}
A.footer:active {color:#C15433; font-weight: normal; font-size: 10pt; text-decoration: none;}

/* Fitz classes */
A.fitz:link {color:#4F4D2C; font-weight: normal; font-size: 8pt;}
A.fitz:visited{color:#4F4D2C; font-weight: normal; font-size: 8pt;}
A.fitz:hover {color:#C15433; font-weight: normal font-size: 8pt;}
A.fitz:active {color:#C15433; font-weight: normal; font-size: 8pt;}


/* Custom list formatting */
UL { font-size : 12pt; font-family: arial, helvetica, sans-serif;  color:#5B4413}
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#5B4413}
OL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#5B4413}
DL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#5B4413}
LI { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#5B4413}

/* Miscellaneous text formatting classes */
.loginbt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #898766;
	border: 1px solid #4f4d2c;
}
}
.txtTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4F4D2C;
	background-color: #FFFFFF;
	border: 2px inset;
}

.moveleft {margin-left: 25px;}
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.white {color: #FFFFFF;}
.red {color: #CC0000;}
.error {color: #CC0000;}
.brown {color: #4F4D2C;}
.rust {color: #C15433;}
.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;}
.none {text-decoration: none; }
.under {text-decoration: underline}

body {background-color: #ffffff;}



