/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
}

/* Links */
a{ color: #79032b; text-decoration: none;}
a:hover{ color: #CC0000; text-decoration: none;}

hr { height: 0px; color: #cc0000; border-top: 1px; background: #cc0000; border-style: solid;}
input,textarea{ font-family: arial; font-size:12px; background-color:#f0f0f0; border: 1px solid #98999d; color:#000000;}

h2,.Header   {
  font-weight: bold;
  font-style:italic;
  font-size: 18px;
  color: #79032b;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: bold;
  font-size: 13px;
  color: #62826d;
  line-height: 18px;
}

.whiteBold {
font-weight: bold;
  font-size: 13px;
  color:#ffffff
}

.SmallText{
  font-size: 10px;
}


