h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #999999;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}

.loginText{
  font-size: 10px;
  color: #ffffff;
}


/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
}

/* Links */
a{ color: #0083a8; text-decoration: none;}
a:hover{ color: #82b6d7; text-decoration: none;}

