/* Bold headline text */
H1 { font-size: 18px; font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; color:#990000; }
/* Bold inline text */
H2 { font-size: 15px; font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; color:#01079e; }
/* used when structually an h3 is called for, the display is the same as bold paragraph text */
H3 { font-size: 12px;  font-weight: bold; font-family: verdana, arial, helvetica, sans-serif; color:#01079e; }
/* Standard paragraph text */
P { font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; color:#01079e}

A:link { color: #990000;}
A:visited { color: #990000;}
A:hover { color: #000000;}
A:active { color: #990000;}

/* Footer classes */
A.footer:link {color:#333333; font-weight: normal; font-size: 11px;  text-decoration: none;}
A.footer:visited{color:#333333; font-weight: normal; font-size: 11px;  text-decoration: none;}
A.footer:hover {color:#990000; font-weight: normal; font-size: 11px; text-decoration: none;}
A.footer:active {color:#990000; font-weight: normal; font-size: 11px; text-decoration: none;}

/* Fitz classes */
A.fitz:link {color:#990000; font-weight: normal; font-size: 9px;}
A.fitz:visited{color:#990000; font-weight: normal; font-size: 9px;}
A.fitz:hover {color:#990000; font-weight: normal font-size: 9px;}
A.fitz:active {color:#990000; font-weight: normal; font-size: 9px;}

/* title classes */
A.title:link {text-decoration: none;}
A.title:visited{text-decoration: none;}
A.title:hover {text-decoration: none;}
A.title:active {text-decoration: none;}

/* Custom list formatting */
UL { font-size : 12px; font-family: verdana, arial, helvetica, sans-serif;  color:#01079e}
UL.tier2 { font-size : 11px; font-family: verdana, arial, helvetica, sans-serif;  color:#01079e}
OL { font-size : 11px; font-family: verdana, arial, helvetica, sans-serif;  color:#01079e}
DL { font-size : 11px; font-family: verdana, arial, helvetica, sans-serif;  color:#01079e}
LI { font-size : 11px; font-family: verdana, arial, helvetica, sans-serif;  color:#01079e}

/* Miscellaneous text formatting classes */
.doubletab { margin-left: 4.00em; font-family: verdana, arial, helvetica, sans-serif;}
.error { color: #CC0000;}
.brown{ color: #01079e;}
.white {color: #FFFFFF;}
.brick {color: #990000;}
.tab { margin-left: 2.00em; font-family: verdana, arial, helvetica, sans-serif;}
.small { font-size : 10px; font-family: verdana, arial, helvetica, sans-serif; }
.smaller { font-size : 9px; font-family: verdana, arial, helvetica, sans-serif; }
.large { font-size: 14px; font-family: verdana, arial, helvetica, sans-serif;}
.none {text-decoration: none; }

body {background-color: #cccccc;}



