﻿/*
Pantone colours are 717U (orange ) and 11U (cool grey).
Use #EC9313 for the Stratify Orange
Use #676566 for the Stratify Cool Grey
*/

body {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica,  sans-serif;
	font-size: 300%;
	color: #EC9313;
	font-weight: lighter;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica,  sans-serif;
	font-size: 150%;
	color: Black;
	font-weight: lighter;
}

li {
	color: #EC9313;
	  
}

Div { color:Black;
}

hr {
	  color:#EC9313;
}

.MenuBackcolour {
	background-color:#EC9313;
}

.tinyGrey {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
