/* Bold headline text */
H1 { font-size: 14pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#BD2D36; }
/* Bold inline text */
H2 { font-size: 12pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#123684; }
/* 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:#2B354F; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: arial, helvetica, sans-serif; color:#2B354F}

A:link { color: #BD2D36;font-family: arial, helvetica, sans-serif;}
A:visited { color: #BD2D36;font-family: arial, helvetica, sans-serif;}
A:hover { color: #123684; font-family: arial, helvetica, sans-serif;}
A:active { color: #123684;font-family: arial, helvetica, sans-serif;}

/* Footer classes */
A.footer:link {color:#BD2D36; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:visited{color:#BD2D36; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:hover {color:#123684; font-weight: normal; font-size: 10pt; text-decoration: none;}
A.footer:active {color:#123684; font-weight: normal; font-size: 10pt; text-decoration: none;}

/* Fitz classes */
A.fitz:link {color:#BD2D36; font-weight: normal; font-size: 8pt;}
A.fitz:visited{color:#BD2D36; font-weight: normal; font-size: 8pt;}
A.fitz:hover {color:#123684; font-weight: normal font-size: 8pt;}
A.fitz:active {color:#123684; font-weight: normal; font-size: 8pt;}


/* Custom list formatting */
UL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#2B354F}
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#2B354F}
OL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#2B354F}
DL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#2B354F}
LI { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#2B354F}


/* Miscellaneous text formatting classes */

.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.white {color: #FFFFFF;}
.red {color: #BD2D36;}
.error {color: #BD2D36;font-weight: bold; }
.ltblue {color: #8F9DC0;}
.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: #c8c8c8;}
.bluebk {background-color: #123684;}
.whitebk {background-color: #FFFFFF;}
.navbk {background-image: url(../images/nav_backgrnd.gif);}
.borderbk {background-color: #123684;}






