/* Main Styles */
td,body,p{
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #1d1a1a;
  text-decoration: none; 
  line-height: 18px;
  vertical-align: top;
}

/* Links */
a{ color: #af0000; text-decoration: none;}
a:hover{ color: #CC0000; text-decoration: none;}

hr { height: 0px; border: 1px #b9af9d solid;}
input,textarea{ font-family: arial; font-size:12px; background-color:#f0f0f0; border: 1px solid #b4b2b2; color:#000000;}

h2,.Header   {
  font-weight: lighter;
  font-size: 26px;
  color: #af0000;
  line-height: 30px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #af0000;
  line-height: 18px;
}

.SmallText{
  color: #af0000
}

.WhiteText{
  color: #ffffff
}

.incorporating{ font-size: 10px; color: #fff; line-height: 12px; letter-spacing: -1px;}


