a:link {
}

a.menu
{
	color: #FFFFFF;
	padding-bottom:3px;
	padding-left:3px;
	text-decoration:none;
	font-size:10pt;
	border-left-style: solid;
	border-left-color: #999999;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:active {
	color: #CCCCCC;
	text-decoration: none;
}

a.menu:hover {
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: medium;
	border-bottom-width: thin;
	text-decoration: none;
	color: #FFFFFF;
}

a.gallery
{
	color: #666666;
	padding-bottom:3px;
	padding-left:3px;
	text-decoration:none;
	font-size:9pt;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

a.gallery:hover {
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: medium;
	border-bottom-width: thin;
	text-decoration: none;
}

.textSmall {
	font-size:10pt;
}

.textXSmall {
	font-size:9pt;
}

.nzTime {
	text-align: right;
	font-size: 7pt;
}

.mapInfoWindowHeader {
	color: #333333;
	font-size: 10pt;
}

.mapInfoWindowDescription {
	color: #666666;
	font-size: 7pt;
}


body {
	font-family:Verdana;
	font-size:9pt;
}

#header {
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	border: none #D4D0C8;
	background-color: #999999;
	margin-top: 0px;
	padding-top: 0px;
}

#header_blind {
	visibility:hidden;
	z-index: 0;
	width: 100%;
	border: none #D4D0C8;
	background-color: #999999;
	margin-top: 0px;
	padding-top: 0px;
}

#main_window {
	background-color: #FFFFFF;
	position:absolute;
	width: 100%;
	margin: 0px 0px 0px;
}
  

