.GreyHeading  {
    font-size: 18px; 
    text-align:left; 
    color: #9EA4AB;
    font-weight: normal;
    clear: both;
 }
 
.ProductHeading {
    font-size: 23px; 
    text-align:left; 
    color: #6F7073;
    font-weight: normal;
    clear: both;
}
  
.BlueHeading {
    font-size: 16px; 
    text-align:left; 
    color: #3A479D;
    clear: both;
}

.WhiteHeading {
    font-size: 24px; 
    text-align:left; 
    color: #fff;
    text-transform:uppercase;
    clear: both;
}

.WhiteSubHeading {
    font-size: 15px; 
    text-align:left; 
    color: #fff;
    text-transform:none;
    clear: both;
}

.NewsHeading {
    font-size: 23px; 
    text-align:left; 
    color: #fff;
    text-transform:none;
    clear: both;
}

.CampaignHeading {
    font-weight: bold; 
    font-size: 14px; 
    color: #6F7073;
}

.GreyText {
    font-weight: bold; 
    font-size: 12px; 
    color: #9EA4AB;
}

.Text {
    font-weight: bold; 
    font-size: 12px; 
    color: #6F7073;
}

.TextUnBold {
    font-weight: normal; 
    font-size: 12px; 
    color: #6F7073;
}

.TextWhite {
    font-weight: normal; 
    font-size: 12px; 
    color: #fff;
}


