/* General styles */

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/* Left hand margin */

#leftcol {
	display: none;
}


/* Right hand column */

#rightcol {
	display: none;
}

/* Top navigation */

#navlist {
	display: none;
}

/* Main content area */

#content {
	font-size: 10pt;
	text-align: left;
}

h1 {
	color: #006600;
	font-size: 14pt;
}

h2 {
	color: #000;
	font-size: 12pt;
}

/* Page footer */

#footer {
	display: none;
}