/* Bold headline text */
H1 { font-size: 14pt;  font-family: arial, helvetica, sans-serif; color:#FD6004; }
/* Bold inline text */
H2 { font-size: 12pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#5B5A40; }
/* 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:#003399; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: arial, helvetica, sans-serif; color:#2664AE}

A:link { color: #5B5A40;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:visited { color: #5B5A40;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:hover { color: #FD6004; font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:active { color: #FD6004;font-family: arial, helvetica, sans-serif;font-weight: bold;}

/* Footer classes */
A.footer:link {color:#2664AE; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:visited{color:#2664AE; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:hover {color:#FD6004; font-weight: normal; font-size: 10pt; text-decoration: none;}
A.footer:active {color:#FD6004; font-weight: normal; font-size: 10pt; text-decoration: none;}


/* Fitz classes */
A.fitz:link {color:#2664AE; font-weight: normal; font-size: 8pt;}
A.fitz:visited{color:#2664AE; font-weight: normal; font-size: 8pt;}
A.fitz:hover {color:#FD6004; font-weight: normal font-size: 8pt;}
A.fitz:active {color:#FD6004; font-weight: normal; font-size: 8pt;}


/* Custom list formatting */
UL { font-size : 12pt; font-family: arial, helvetica, sans-serif;  color:#2664AE}
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#2664AE}
OL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#2664AE}
DL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#2664AE}
LI { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#2664AE}

/* Miscellaneous text formatting classes */

.moveleft {margin-left: 25px;}
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.white {color: #FFFFFF;}
.red {color: #CC0000;}
.error {color: #CC0000;font-weight: bold; }
.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: #E6E4C8;}
.navbk {background-image: url(../images/nav_backgrnd.gif);}
.border_right {background-image: url(../images/border_right.gif);}
.whitebk {background-color: #FFFFFF;}
.dkbluebk {background-color: #1C4A84;}


