/* Main Styles */
td,body,p{
  font-size: 12px;
  line-height:15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  text-decoration: none; 
  vertical-align: top;
}

/* Links */
a{ color: #206050; text-decoration: none;}
a:hover{ color: #154b3d; text-decoration: none;}

hr { height: 0px; color: #666666; border-top: 1px; background: #666666; border-style: solid;}
input,textarea{ font-family: arial; font-size:12px; background-color:#f0f0f0; border: 1px solid #98999d; color:#000000;}

h2,.Header   {
  font-weight: normal;
  font-size: 16px;
  color: #154b3d;
  line-height: 18px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #154b3d;
  line-height: 15px;
}

.SmallText{
  font-size: 10px;
}


