/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
  text-align: justify;
}

/* Links */
a{ color: #920048; text-decoration: none;}
a:hover{ color: #920048; text-decoration: underline;}

input,textarea{ font-family: arial; font-size:12px; background-color:#f0f0f0; border: 1px solid #98999d; color:#000000;}

hr { height: 0px; color: #c5c5c5; border-top: 1px; background: #c5c5c5; border-style: dashed;}

h2,.Header   {
font-style:italic;
  font-size: 18px;
  color: #050435;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: bold;
  font-size: 14px;
  color: #050435;
  line-height: 18px;
}

h3,.SubHeaderWhite{
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}

h3,.SubHeaderPink {
color: #920048;
font-size: 14px;
line-height: 18px;
font-style:italic;
}

.Quotation {
color: #920048;
font-size: 15px;
line-height: 19px;
font-style:italic;
}

.SmallText{
  font-size: 10px;
}


