@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	}

a{
	font-weight:bold;
	text-decoration:none;
	color:#3e3e3e;
}

a:hover{
	color:#126db3;
}

h1,h2,h3,h4,h5{
font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
}
	
h1{
	font-size: 2.166666666666667em;
	line-height:1.444444444444444em; 
	margin-bottom: .5em;
	margin-top: .5em;	
}

h2{
	font-size:1.833333333333333em;
	line-height:1.636363636363636em;
}

h3{
}

h4{
	font-size:1.333333333333333em;
	line-height:1.125em;
}

h5{
}

.colour-blue{
color:#00a8d0;
}

table { border-collapse: collapse; margin-bottom: 1.5em; } 


 p, ul, blockquote, pre, td, th {
 	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-top:1em;
	margin-bottom:1em;
	}
