/*-------------------------------*/
/* General Setup                 */

	html,
	body {
		background: #FFF;
		color: #000;
	}

/*-------------------------------*/
/* Page Wrapper                  */

	#pageWrapper {
		border: 0;
		background: none;
		width: auto;
	}

/*-------------------------------*/
/* Page Title                    */

	#pageTitle {
		color: #000;
		background: #FFF;
		padding: 0 0 1em 0;
	}

	#pageTitle h1 {
		font-size: 1.4em;
		background: none;
		padding: 0;
	}

	#pageTitle h1 a {
		color: #000;
		background: none;
	}

/*-------------------------------*/
/* Page Navigation               */

	#pageNavigation {
		display: none;
	}

/*-------------------------------*/
/* Page Content                  */

	/*-------------------------------*/
	/* Basic                         */

		#pageContent {
			border-top: 1px solid #000; /* Cover the navBorder, cannot be put on #pageTitle as IE5/6 WIN misplaces the background image */
			padding: 1em 0 0 0;
		}

		#pageContent h2 {
			margin: 0;
			background: inherit;
			color: #000;
		}

		#pageContent h3 {
			background: inherit;
			color: #000;
		}

		#pageContent blockquote,
		#pageContent div.notice {
			border: 1px solid #000;
			background: #FFF;
			color: #000;
		}

		#pageContent abbr {
			border-bottom: 0;
		}

	/*-------------------------------*/
	/* Raw Output                    */

		#pageContent .rawOutput {
			background: #FFF;
			color: #000;
			border: 1px solid #000;
			padding: 1em;
		}

	/*-------------------------------*/
	/* Basic Form                    */

		#pageContent form.basicForm fieldset {
			border: 1px solid #000;
		}

		#pageContent form.basicForm fieldset legend {
			border: 1px solid #000;
			color: #000;
			background: #FFF;
		}

	/*-------------------------------*/
	/* Basic Table                   */

		.basicTable {
			border-top: 1px solid #000;
			border-left: 1px solid #000;
		}

		.basicTable th,
		.basicTable td {
			border-right: 1px solid #000;
			border-bottom: 1px solid #000;
		}

		.basicTable th {
			background: #FFF;
			color: #000;
		}

/*-------------------------------*/
/* Page Footer                   */

	#pageFooter {
		border-top: 1px solid #000;
		background: #FFF;
		color: #000;
		padding-right: 0;
	}

	#pageFooter ul {
		display: none;
	}

	#pageFooter a {
		text-decoration: none;
	}
