body {
	background-image: url(images/bg.jpg);
}
#nz {
	background-image: url(images/nz.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #333333;
	text-decoration: none;
	word-spacing: 2pt;
}
#menu a:link{
	color: #00005B;
	text-decoration: none;
}
#menu a:visited{
	color: #00005B;
	text-decoration: none;
}
#menu a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#dotted_right {
	display: block;
	border-right-width: 1pt;
	border-right-style: dotted;
	border-right-color: #333333;
}
#center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
	text-decoration: none;
	word-spacing: 2pt;
}
#center a:link{
	color: #00005B;
	text-decoration: underline;
}
#center a:visited{
	color: #00005B;
	text-decoration: underline;
}
#center a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#dotted_down {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
