/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #626262;
  text-decoration: none; 
  
  vertical-align: top;
}

/* Links */
a{ color: #b6913b; text-decoration: none;}
a:hover{ color: #b6913b; text-decoration: underline;}

.Header   { font-family:"Times New Roman", Times, serif; font-weight: normal; font-size: 22px; color: #303030; }
.SubHeader{ font-weight: normal; font-size: 11px; color: #b6913b; text-transform:uppercase;  }

.SmallText{ font-size: 10px; }


