/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}


/* Links */
a{
  color:C13F45;
}
a:hover{
  color:black;
}

hr{
height: 1px;
color: C13F45;
}

h2,.Header   {
  font-weight:bold;
  font-size  :15px;
  color:C13F45;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}


