/* Bold headline text */
H1 { font-size: 16pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#001E74; }
/* Bold inline text */
H2 { font-size: 14pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#001E74; }
/* 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:#001E74; }
/* Standard paragraph text */
P { font-size: 12pt; font-family: arial, helvetica, sans-serif; color:#001E74}

A:link { color: #DB3030;}
A:visited { color: #751947;}
A:hover { color: #001E74; font-weight: bold;}
A:active { color: #DB3030;}

/* Title classes */
A.title:link {color:#DB3030; font-size: 16pt;  text-decoration: none;}
A.title:visited{color:#DB3030; font-size: 16pt;  text-decoration: none;}
A.title:hover {color:#001E74; font-size: 16pt; text-decoration: none;}
A.title:active {color:#001E74; font-size: 16pt; text-decoration: none;}

/* 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; }

/* Custom list formatting */
UL { font-size : 12pt; font-family: arial, helvetica, sans-serif;  color:#001E74}
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#001E74}
OL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#001E74}
DL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#001E74}
LI { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#001E74}

/* Miscellaneous text formatting classes */
.moveleft {margin-left: 25px;}
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.blue { color: #001E74;}
.white {color: #FFFFFF;}
.red {color: #DB3030;}
.tab { margin-left: 2.00em; font-family: arial, helvetica, sans-serif;}
.small { font-size : 10pt; font-family: arial, helvetica, sans-serif; }
.smaller { font-size : 8pt; font-family: arial, helvetica, sans-serif; }
.large { font-size: 14pt; font-family: arial, helvetica, sans-serif;}
.none {text-decoration: none; }
.under {text-decoration: underline}

body {background-color: white;}



