<!-- 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
.maincont {
	position: relative;
	width: 720px;
	height: 100%;
	vertical-align: top;
}
.sectionheader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
.subsectionheader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.6pt;
	line-height: 1.5em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.6pt;
	line-height: 1.5em;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.header {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.navbar {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	vertical-align:top;
}
.navbarsmall {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}

.termsconditions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding-left: 5px;
}

.bottomcredits {
	text-align: right;
	// position: absolute;
	// bottom: 10px;
	// right: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 7pt;
}


-->

