h2,.Header,.header   {
  font-weight: normal;
  font-size: 22px;
  color: #d53142;
  line-height: 26px;
font-weight:bold;
}

h3,.SubHeader,.subheader{
  font-weight: normal;
  font-size: 16px;
  color: #666;
  line-height: 20px;
font-weight:bold;
}

.SmallText{
  font-size: 10px;
}

.SmallWhiteText{
  font-size: 10px;
  color:#ffffff;
}

.SmallWhiteText a{
  font-size: 10px;
  color:#d53142;
  text-decoration: underline;
}

.SmallWhiteText a:hover{
  font-size: 10px;
  color:#666;
  text-decoration: underline;
}


/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
}

/* Links */
a{ color: #d53142; text-decoration: underline;}
a:hover{ color: #666; text-decoration: underline;}

ul li
{    
    background-image: url("../images/graphics/bullet.gif");
    background-repeat: no-repeat;
    background-position:2px 12px;
    padding:8px 0px 0px 16px;
    line-height:16px;
    margin-left:-40px;
    list-style:none;
} 