﻿/* This CSS contains colour and background-colour definitions for all of the NHS colours*/

.NhsDarkBlue
{
   color: #003087;
}

.NhsBackgroundDarkBlue
{
   background-color: #003087;
}



.NhsBlue
{
   color: #005eb8;
}

.NhsBackgroundBlue
{
   background-color: #005eb8;
}



.NhsBrightBlue
{
   color: #0072c3;
}

.NhsBackgroundBrightBlue
{
   background-color: #0072c3;
}


.NhsLightBlue
{
   color: #41b6e6
}

.NhsBackgroundLightBlue
{
   background-color: #41b6e6
}



.NhsAquaBlue
{
   color: #00a9ce;
}

.NhsBackgroundAquaBlue
{
   background-color: #00a9ce;
}



.NhsBlack
{
   color: #231f20;
}

.NhsBackgroundBlack
{
   background-color: #231f20;
}



.NhsDarkGrey
{
   color: #425563;
}

.NhsBackgroundDarkGrey
{
   background-color: #425563;
}



.NhsMidGrey
{
   color: #768692;
}

.NhsBackgroundMidGrey
{
   background-color: #768692;
}



.NhsPaleGrey
{
   color: #e8edee;
}

.NhsBackgroundPaleGrey
{
   background-color: #e8edee;
}



.NhsWhite
{
   color: #ffffff;
}

.NhsBackgroundWhite
{
   background-color: #ffffff;
}



.NhsDarkGreen
{
   color: #006747;
}

.NhsBackgroundDarkGreen
{
   background-color: #006747;
}



.NhsLightGreen
{
   color: #78be20;
}

.NhsBackgroundLightGreen
{
   background-color: #78be20;
}



.NhsAquaGreen
{
   color: #00A499;
}

.NhsBackgroundAquaGreen
{
   background-color: #00A499;
}



.NhsPurple
{
   color: #330072;
}

.NhsBackgroundPurple
{
   background-color: #330072;
}



.NhsDarkPink
{
   color: #7C2855;
}

.NhsBackgroundDarkPink
{
   background-color: #7C2855;
}


.NhsPink
{
   color: #ae2573;
}

.NhsBackgroundPink
{
   background-color: #ae2573;
}



.NhsDarkRed
{
   color: #8a1538;
}

.NhsBackgroundDarkRed
{
   background-color: #8a1538;
}



.NhsEmergencyServiceRed
{
   color: #DA291C;
}

.NhsBackgroundEmergencyServiceRed
{
   background-color: #DA291C;
}



.NhsOrange
{
   color: #ED8B00;
}

.NhsBackgroundOrange
{
   background-color: #ED8B00;
}


.NhsWarmYellow
{
   color: #ffb81c;
}

.NhsBackgroundWarmYellow
{
   background-color: #ffb81c;
}



.NhsYellow
{
   color: #fae100;
}

.NhsBackgroundYellow
{
   background-color: #fae100;
}

