/* Main Styles */
td,body{
  font: normal 12px arial;
  color:071D7A;
  text-decoration:none;
}

/* Links */
a{
  color:ff0000;
}
a:hover{
  color:012;
}

h2,.Header   {
  font-weight:bold;
  font-size  :18px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}


