/* Bold headline text */
H1 { font-size: 14pt;  font-family: arial, helvetica, sans-serif; color:#3198B3; }
/* Bold inline text */
H2 { font-size: 12pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#954840; }
/* 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:#575757; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: arial, helvetica, sans-serif; color:#575757}

A:link {color:#8B8B8B; font-family: arial, helvetica, sans-serif;}
A:visited {color:#8B8B8B; font-family: arial, helvetica, sans-serif;}
A:hover {color:#1197C4; font-family: arial, helvetica, sans-serif;}
A:active {color:#1197C4 font-family: arial, helvetica, sans-serif;}


/* side navigation classes */
A.sidenav:link {color:#8B8B8B; font-family: arial, helvetica, sans-serif;}
A.sidenav:visited {color:#8B8B8B; font-family: arial, helvetica, sans-serif;}
A.sidenav:hover {color:#1197C4; font-family: arial, helvetica, sans-serif; background-color: #B3E1F8;}
A.sidenav:active {color:#1197C4 font-family: arial, helvetica, sans-serif; background-color: #B3E1F8;}

/* Footer classes */
A.footer:link {color:#8B8B8B; font-weight: normal; font-size: 8pt;  text-decoration: none;}
A.footer:visited {color:#8B8B8B; font-weight: normal; font-size: 8pt;  text-decoration: none;}
A.footer:hover {color:#1197C4; font-weight: normal; font-size: 8pt; text-decoration: none;}
A.footer:active {color:#1197C4; font-weight: normal; font-size: 8pt; text-decoration: none;}


/* Fitz classes */
A.fitz:link {color:#8B8B8B; font-weight: normal; font-size: 8pt;}
A.fitz:visited {color:#8B8B8B; font-weight: normal; font-size: 8pt;}
A.fitz:hover {color:#1197C4; font-weight: normal font-size: 8pt;}
A.fitz:active {color:#1197C4; font-weight: normal; font-size: 8pt;}

/* quake classes */
A.quake:link { color: #990000;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A.quake::visited { color: #990000;font-family: arial, helvetica, sans-serif;font-weight: bold;}
A.quake::hover { color: #ffff00; font-family: arial, helvetica, sans-serif;font-weight: bold;}
A.quake::active { color: #990000;font-family: arial, helvetica, sans-serif;font-weight: bold;}


/* Custom list formatting */
UL { font-size : 12pt; font-family: arial, helvetica, sans-serif;  color:#575757}
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#575757}
OL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#575757}
DL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#575757}
LI { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#575757}

/* Miscellaneous text formatting classes */

.moveleft {margin-left: 10px;}
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.white {color: #FFFFFF;}
.quake {color: #990000;}
.gray {color: #8B8B8B;}
.error {color: #B42117;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;}
.homename { font-size: 18pt;}
.none {text-decoration: none; }
.under {text-decoration: underline}


body {background-color: #FFFFFF;}

.bodyground {background-image: url(../images/background.jpg)}
.sidebackground {background-image: url(../images/nav_side_backgrnd.gif)}
.whitebk {background-color: #FFFFFF;}