/* Main Styles */
td,body{
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  color: #1d1d1e;
  text-decoration: none;
  line-height: 15px;
  vertical-align: top;
}

/* Links */
a{ color: #8a0917; text-decoration: underline; }
a:hover{ color: #690711; text-decoration: underline; }

hr { height: 0px; color: #b0ae9d; border-top: 1px; background:#b0ae9d; border-style: dashed;}

h2,.Header   {
  font-weight: none;
  font-size: 16px;
  color: #687f7f;
  line-height: 20px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 13px;
  color: #687f7f;
  line-height: 18px;
}

.SmallText{
  color: #8a0917;
  font-size: 10px;
}



