/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
}

/* Links */
a{ color: #6699cc; text-decoration: none;}
a:hover{ color: #000000; text-decoration: none;}

hr { height: 0px; color: #ccc; border-top: 1px; background: #ccc; border-style: solid;}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #6699cc;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #6699cc;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


