/* Main Styles */
td,body{
  font: normal 12px arial;
  color:484E47;
  text-decoration:none;
}


/* Links */
a{
  color:7F7F7F;
}
a:hover{
  color:40B9D4;
}

h2,.Header   {
  font-weight:bold;
  font-size  :16px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


