@charset "utf-8";
/* CSS Document, these are initial University colours */

/* Background colours for text */

.BG-nBlue a:link, .BG-dGrey a:link, .BG-lBlue a:link
{
	color:#fff;
}

.BG-nBlue a:hover, .BG-dGrey a:hover, .BG-lBlue a:hover
{
	color:#E8E8E8;
}

.BG-nBlue a:link h3, .BG-dGrey a:link h3, .BG-lBlue a:link h3
{
	text-decoration: none;
	margin-bottom: 0;
}

.BG-nBlue
{
	background-color: #00546E;
	color:#fff;
}

.BG-dGrey
{
	background-color: #262F38;
	color:#fff;
}

.BG-lGrey
{
	background-color: #C5C9CA;
}

.BG-xlGrey
{
	background-color: #F2F3F3;
}

.BG-beige
{
	background-color: #C7C1B0;
}

.BG-lBlue
{
	background-color: #1389D9;
	color:#fff;
}

.BG-teal
{
	background-color: #00A29A;
}

.BG-lGreen
{
	background-color: #89CF00;
}

.BG-green
{
	background-color: #6BB201;
}

.BG-yellow
{
	background-color: #FFA900;
}

.BG-orange
{
	background-color: #FF5200;
}

.BG-red
{
	background-color: #DD001F;
}

.BG-pink
{
	background-color: #D50083;
}

.BG-purple
{
	background-color: #7C4DC4;
}

.BG-DarkGreen
{
	background-color: #144835;
}

/* Colours for text */

.CL-nBlue
{
	color: #00546E;
}

.CL-dGrey
{
	color: #262F38;
}

.CL-lGrey
{
	color: #C5C9CA;
}

.CL-xlGrey
{
	color: #F2F3F3;
}

.CL-beige
{
	color: #C7C1B0;
}

.CL-lBlue
{
	color: #1389D9;
}

.CL-teal
{
	color: #00A29A;
}

.CL-lGreen
{
	color: #89CF00;
}

.CL-green
{
	color: #6BB201;
}

.CL-yellow
{
	color: #FFA900;
}

.CL-orange
{
	color: #FF5200;
}

.CL-red
{
	color: #DD001F;
}

.CL-pink
{
	color: #D50083;
}

.CL-purple
{
	color: #7C4DC4;
}

.Colour-DGreen
{
	color: #144835;
}