h2,.Header   {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

h3,.SubHeader{
  font-weight: bold;
  color: #000000;
}

.greyText {
  color: #888888;
}

.SmallText{
  font-size  :10px;
}

/* Main Styles */
td,body{
  font: normal 12px arial;
  color: #333333;
  text-decoration:none;
  margin: 0px;
}

/* Links */
a{
  color: #007db3;
  text-decoration: underline;
}
a:hover{
  color: #025b82;
}


