@charset "utf-8";
/* CSS Document */

/* CSS Document */

/*-----------------------APPEARANCE---------------------------*/

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#content img {
	display: none;
	visibility: hidden;
	height: 0px;
	float: none !important;
}

/*----------------------------DIVS----------------------------*/

#wrapper {
	width: 100%;
}

#header {
	display: none;
	visibility: hidden;
	height: 0px;
}

#mast {
	margin-bottom: 20px;
	margin-top: 0px;	
}

#mast table {
	width: 100%;
	height: 88px;
	vertical-align: top;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#mast td {
	vertical-align: top;
}

#mast h1 {
	font-family: "Times New Roman", Times, serif;	
}

#searchbar {
	display: none;
	visibility: hidden;
	height: 0px;
}

#breadcrumb {
	display: none;
	visibility: hidden;
	height: 0px;
}

#search {
	display: none;
	visibility: hidden;
	height: 0px;
}

#contentwrap {
	width: 100%;
}

#navigation {
	display: none;
	visibility: hidden;
	height: 0px;
}

#content {
	float: none !important;
}

#footer {
	display: none;
	visibility: hidden;
	height: 0px;
}


/*----------------------------CONTENT----------------------------*/

#content a {
	color: #333333;
	text-decoration: underline;
}

#content p {
	line-height: 16px;
	margin-bottom: 8px;
	margin-top: 2px;
}

#content h1 {

}

#content h2 {
	margin-bottom: 5px;
	line-height: 18px;
	color: #999999;
}

#content h3 {
	margin-bottom: 0px;
	line-height: 16px;
	font-size: 14px;
	color: #999999;
}

#content .backtop {
	display: none;
	visibility: hidden;
}

#content ul {
	margin-top: 2px;
	margin-bottom: 8px;
}

#content li {
	list-style-type: square;
}

/*-------------shared styles from NZDF ---------------*/

