/***************************************
	#6E6F72
***************************************/

/***************************************
	Base Typography
***************************************/
body {
	/* font:normal normal 100%/1.0 georgia, times new roman, verdana; */
	/* font-family: arial, helvetica, sans-serif; Arial, Tahoma, Verdana, Helvetica, sans-serif; */
	font:normal normal 100%/1.0 Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16pt;
	line-height: 17pt;
}

/***************************************
	Base Typography IE Hacking
***************************************/
body table {
	font:normal normal 100%/1.0 Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12pt;
	line-height: 14pt;
}

/***************************************
	Big NZIJ blue header
***************************************/
h1 {
	font-size: 180%;
	color: black;
	height: 20px;
	margin-top: 2;
	margin-bottom: 0;
}

h2 {
	font-size: 140%;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 120%;
	color: black;
	height: 20px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

h4 {
	font-size: 110%;
	color: black;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

h5 {
	font-size: 110%;
	color: black;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

/***************************************
	Linkography
***************************************/

a {
	color: white;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}

a:hover {
	color: #8cc600;
}

a:active {
	color: black;
	background-color: black;
}

a:active, a:focus {
	color: #8cc600;
}