/* Main Styles */
td,body{
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #151213;
  text-decoration: none;
  vertical-align: top;
  line-height: 16px;
}

hr { height: 0px; color: #abbb38; border-top: 1px; background: #abbb38; border-style: solid;}

/* Links */
a{ color: #abbb38; text-decoration: none; }
a:hover{ color: #92a127; text-decoration: underline;}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #151213;
  border-bottom: 1px #abbb38 solid;
  line-height: 36px;
}

h2,.HeaderRed  {
  font-weight: normal;
  font-size: 18px;
  color: #151213;
  border-bottom: 1px #a02931 solid;
  line-height: 36px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.Underlined {
border-bottom: 1px #abbb38 solid;
line-height: 20px;
}

.UnderlinedRed {
border-bottom: 1px #a02931 solid;
line-height: 20px;
}

.Highlight   {
  color: #abbb38;
}

.HighlightRed   {
  color: #a02931;
}

.SmallText{
  font-size  :10px;
}


