﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
a {
	color: black;
	font-size: 11pt;
	font-weight: normal;
}
a:hover {
	font-weight: bold;
	}
a:visited {
	color: black;
}

body {
	margin-top: 12px;
  	margin-left: 0;
  	margin-right: 0;
  	margin-bottom: 0;
	font-family: "Open Sans", "Trebuchet MS",  "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}


h1 { 
	font-family: "Open Sans", "Trebuchet MS",  "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 12px;
	text-align: left;
	margin-top: 12px;
	margin-left: 40px;
	color: #006633;
}


p {
	font-weight: normal;
	font-family: "Open Sans", "Trebuchet MS",  "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	color: #006633;
	font-size: 11pt;
	text-align: left;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
	font-style: normal;
	line-height: 150%;
	font-variant: normal;
	text-transform: none;
}

img {
	border-width: 0px;
}


table	{
	border-collapse: collapse;
}

td {
	vertical-align:top;
	border-width: 0;
	text-align: left;
}

.cell-vm-hl {
	vertical-align: middle;
	text-align: left;
}
.centred {
	text-align: center;
}

.text-label {
    font-size: 11pt;
    color: red;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 8px;
	margin-right: 0;
	font-weight:bold;
}
.text-black {
	font-size: 11pt;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 18px;
	margin-right: 12px;
	line-height: 100%;
}

