/* Main Styles */
td,body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  text-decoration: none;
  line-height: 18px;
  vertical-align: top;
}

/* Links */
a{ color: #1963a5; text-decoration: underline; }
a:hover{ color: #123c6d; text-decoration: underline; }

hr { height: 0px; color: #1963a5; border-top: 1px; background:#1963a5; border-style: dashed;}

h2,.Header   {
  font-weight: none;
  font-size: 16px;
  color: #123c6d;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 13px;
  color: #123c6d;
}

.SmallText{
  font-size  :10px;
}


