BODY {
	background-color: black;
	padding: 0px;
	margin: 0px;
}

A {
	font-weight: bold;
	color:  #009eea;
	text-decoration: none;
}
#mainDiv {
	color: #e0e0e0;

	padding: 20px 20px;
}

#content {

	padding: 2px 20px 2px 20px;
	width: 820px;
	font-family: sans-serif;
	font-size: 9pt;
}

IMG.tag {

}
#nzLogo {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

#contactDiv {
	float: right;
	margin-top: 40px;
}

#siteContainer {
	background-color: white;
	width: 400px;
	height: 300px;
	float: left;
	border: solid 5px white;
	margin: 0px 10px 0px 0px;
}

.siteText {
	margin-top: 25px;
	padding-left: 10px;
	float: right;
}

.about {
	margin:10px;
}
.
#tableDiv {
	width: 280px;
	padding: 10px;
	background-color: white;
	color: black;

}

.floatRight {
	float: right;
}

#siteTable {

	background-color: white;
	color: black;
}

TD.small {
	font-size: 5pt;
}
#siteTable TD.var {
	font-size: 9pt;
	font-weight: bold;
}	

#siteTable TD.val {
	width: 200px;
	text-align: right;
	font-size: 9pt;
}

#siteArrow {
	margin-top: 45px;
	float: right;
}

#siteList {
	float: left;
}
#siteList H3 {
	margin: 0px;
}

#siteList IMG {
	border: solid 3px white;
	margin: 6px 6px 6px 0px;
}

#siteList A {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
	color: black;
}

#siteList A:hover {
	-moz-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);
	cursor: hand;
	color: black;
}




