/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#5B5757;
  text-decoration:none;
}

hr {
      border: 0;
      width: 100%;
    }
 
hr {
      border-top: 1px solid #AC2831;
      color: #F9EDED;
      background-color: #F9EDED;
      height: 1px;
    }

/* Links */
a{
  color:#761028;
}
a:hover{
  color:#E6404B;
}

h2,.Header   {
font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size  :14px;
  color:#BF3037;
}

h3,.SubHeader{
font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size  :12px;
    color:#BF3037;
}

.SmallText{
  font-size  :10px;
}


