body, dd, dt, dl, td, p, ul, li, b, i, u, big, small, h1, h2, h3, input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  font-variant: normal;
  color: Black;
}
b {
  font-weight: bold;
}
u {
  text-decoration: underline;
}
i {
  font-style: italic;
}
b i {
  font-style: italic;
  font-weight: bold;
}
big {
  font-size: 20px;
}
big b {
  font-size: 20px;
  font-weight: bold;
}
small, sup, .sml {
  font-size: 12px;
}
input {
  font-size: 15px;
}
h1 {
  font-weight: bold;
  font-size: 30px;
}
h1 A:link {
  font-weight: bold;
  font-size: 30px;
  color: DarkBlue;
}
h1 A:visited {
  font-weight: bold;
  font-size: 30px;
  color: DarkBlue;
}
h1 A:active {
  font-weight: bold;
  font-size: 30px;
  color: DarkBlue;
}
h2 {
  font-weight: bold;
  font-size: 14pt;
}
h2 A:link {
  font-weight: bold;
  font-size: 14pt;
  color: DarkBlue;
}
h2 A:visited {
  font-weight: bold;
  font-size: 14pt;
  color: DarkBlue;
}
h2 A:active {
  font-weight: bold;
  font-size: 14pt;
  color: DarkBlue;
}


h3 {
  font-weight: bold;
  font-size: 12pt;
}
h4 {
  font-weight: bold;
  font-size: 12pt;
  color: DarkRed;
}
h4 i {
  font-weight: bold;
  font-size: 12pt;
  color: DarkRed;
  font-style: italic;
}
h4 A:link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: DarkBlue;
}
h4 A:active {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: DarkBlue;
}
h4 A:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: DarkBlue;
}
A:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: Blue;
}
A:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: DarkBlue;
}
A:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: DarkBlue;
}
A.external:line {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: DarkBlue;
}

/* ####################################
  Specialialized text and link colors
 ##################################### */

/* White Text */

.White {
  color: White;
}
.White:link {
  color: White;
}
.White:visited {
  color: White;
}
.White:active {
  color: White;
}

.White b {
  color: White;
  font-weight: bold;
}

.Black {
  color: Black;
}

.Red {
  color: DarkRed;
}

.BoldWhite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: White;
}

.BigWhite {
  font-family: Times New Roman, Times, serif;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  color: White;
}

.SmallWhite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: White;
}

/* Small Black Text and Links */

.SmlBlk {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: Black;
}
.SmlBlk:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: Black;
}
.SmlBlk:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: Black;
}
.SmlBlk:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: Black;
}

/* Small Blue Text and Links */

.SmlBlu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: Blue;
}
.SmlBlu:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: Blue;
}
.SmlBlu:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: Blue;
}
.SmlBlu:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: DarkBlue;
}



.StoryTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: Black;
}

.StoryLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: Blue;
}
.StoryLink:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: Blue;
}
.StoryLink:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: Blue;
}
.StoryLink:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: DarkBlue;
}


/* BigDarkBlue Text and Links */

.TopStory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: Blue;
}
.TopStory:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: Blue;
}
.TopStory:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: Blue;
}
.TopStory:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: DarkBlue;
}



/* ###############################
  Section and page specific styles
 ################################# */

/* Top navigation toolbar */

.SectionMenuPtr {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: DarkBlue;
}
.SectionMenu:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: Black;
  text-decoration: none
}
.SectionMenu:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: Black;
  text-decoration: none
}
.SectionMenu:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: Black;
  text-decoration: none
}
