/* Bold headline text */
H1 { font-size: 14pt;  font-family: arial, helvetica, sans-serif; color:#333333; }
/* Bold inline text */
H2 { font-size: 12pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#990000; }
/* 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:#DDA600; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: arial, helvetica, sans-serif; color:#333333}

A:link { color: #990000;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:visited { color: #990000;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:hover { color: #111111; font-family: arial, helvetica, sans-serif;font-weight: bold;}
A:active { color: #111111;font-family: arial, helvetica, sans-serif;font-weight: bold;}

/* Footer classes */
A.footer:link {color:#333333; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:visited{color:#333333; font-weight: normal; font-size: 10pt;  text-decoration: none;}
A.footer:hover {color:#990000; font-weight: normal; font-size: 10pt; text-decoration: none;}
A.footer:active {color:#990000; font-weight: normal; font-size: 10pt; text-decoration: none;}


/* Fitz classes */
A.fitz:link {color:#333333; font-weight: normal; font-size: 8pt;}
A.fitz:visited{color:#333333; font-weight: normal; font-size: 8pt;}
A.fitz:hover {color:#990000; font-weight: normal font-size: 8pt;}
A.fitz:active {color:#990000; font-weight: normal; font-size: 8pt;}


/* Custom list formatting */
UL { font-size : 12pt; font-family: arial, helvetica, sans-serif;  color:#333333}
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#333333}
OL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#333333}
DL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#333333}
LI { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#333333}

/* Miscellaneous text formatting classes */

.moveleft {margin-left: 25px;}
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.white {color: #FFFFFF;}
.red {color: #990000;}
.sale {color: #990000;font-weight: bold;font-size : 12pt; }
.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}

.specials { font-size: 12pt;  font-weight: bold; font-family: arial, helvetica, sans-serif; color:#990000;  padding-left: 4px; padding-bottom: 2px;  padding-top: 2px; background: #ffe79f;   }

body {background-color: #cdcdcd;}
.navbk {background-image: url(../images/nav_backgrnd.gif);}
.whitebk {background-color: #FFFFFF;}
.borderbk {background-color: #353535;}

