/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #222323;
  text-decoration: none; 
  vertical-align: top;
  line-height: 16px;
}

/* Links */
a { text-decoration: none; padding: 0 0 1px 0;  color: #006ca7; }
a:hover { border: none: color: #073955; }

hr { height: 0px; color: #015f92; border-top: 1px; background: #015f92; border-style: solid;}

h2,.Header   {
  font-weight: normal;
  font-size: 16px;
  color: #006ca7;
  line-height: 22px;
  text-transform: uppercase;
}

h3,.SubHeader{
  font-weight: bold;
  font-size: 14px;
  color: #006ca7;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


