/* Bold headline text */
H1 { font-size: 16pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#326598; }
/* Bold inline text */
H2 { font-size: 14pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#326598; }
/* used when structually an h3 is called for, the display is the same as bold paragraph text */
H3 { font-size: 12pt;  font-weight: bold; font-family: arial, helvetica, sans-serif; color:#326598; }
/* Standard paragraph text */
P { font-size: 12pt; font-family: arial, helvetica, sans-serif; }
/* Home and hub page style sheet classes */
.footwhite { color: #FFFFFF; font-size: 10pt; font-weight: bold; font-family: arial, helvetica, sans-serif; text-decoration: none; }
.footgray { color: #666666; font-size: 10pt; font-weight: normal; font-family: arial, helvetica, sans-serif; text-decoration: none; }
/* links */
A:visited {color:#660066;}
A:link {color:#326598;}
A:hover {color:#326598;}
A:active {color:#326598;}

/* Custom list formatting */
UL { font-size : 12pt; font-family: arial, helvetica, sans-serif; }
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif; }
OL { font-size : 10pt; font-family: arial, helvetica, sans-serif; }
DL { font-size : 10pt; font-family: arial, helvetica, sans-serif; }
LI { font-size : 10pt; font-family: arial, helvetica, sans-serif; }

/* Miscellaneous text formatting classes */
.tab { margin-left: 2.00em; font-family: arial, helvetica, sans-serif;}
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.blue { color: #326598;}
.white {color: #FFFFFF;}
.red {color: #CC0033;}
.tab { margin-left: 2.00em; font-family: arial, helvetica, sans-serif;}
.small { font-size : 8pt; font-family: arial, helvetica, sans-serif; }
.large { font-size: 14pt; font-family: arial, helvetica, sans-serif;}
.none {text-decoration: none; }

body {background-color: white;}
