/* Main Styles */
td,body {
  font: normal 11px verdana;
  color:black;
  text-decoration:none;


}
/* Links */
a {
  color:#ed145a;
  text-decoration:none;
}
a:hover {
  color:#ed145a;
  text-decoration:underline;
}

hr {
height: 1px;
color: #666;
}

h2,.Header   {
  font-weight:bold;
  font-size  :14px;
 color: #ed145a;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


