h2,.Header,.header   {
  font-weight: normal;
  font-size: 22px;
  color: #666666;
  line-height: 30px;
}

h3,.RedHeader,.redheader{
  font-weight: normal;
  font-size: 34px;
  color: #c82719;
  line-height: 38px;
margin: 10px 0px;
}

h4,.SubHeader,.subheader{
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}

p, li, td
{
color:#333;
}

/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
}

/* Links */
a{ color: #666666; text-decoration: underline;}
a:hover{ color: #666666; text-decoration: none;}


.whitetext { color: #ffffff; }
