body {
	color: black;
	background-color: white;
}

#Content {
	font-size: 12px;
}

#Content h1, #Content .h1 {	
	font-size: 150%;
	font-weight: 700; 
	color: #A77E30;
}

#Content h2, #Content .h2 {	
	font-size: 120%;
	font-weight: 700; 
	color: #A77E30;
}

#Content a {
	font-weight: 400; 
	text-decoration: underline; 
}

#Content a:link, #Content a:visited {
	color: #0F1F8F;
}

#Content a:hover {
	color: #9A4141;
}

#Content a.glossary {
	font-weight: 400; 
	text-decoration: underline; 
	color: black;
}

#Content li.nesting {
	list-style: none;
}

#Content p.continue {
	text-align: center;
	padding-top: 25px;
}

#Content li.c-parent {
	list-style: none;
	padding: 5px 0 0 0;
}

#Content li.c-child {
	list-style: disc;
}

#Content li.c-separator {
	list-style: none;
	line-height: 3px;
}

#Content li {
	list-style: square;
}

#Content div.window {
	text-align: center;
}

#Content span.param {
	font-style: italic;
}

#Content span.collection {
	color: #800517;
}

#Content span.panel {
	color: #800517;
}

#Content span.button {
	color: #800517;
}

#Content span.tab {
	color: #800517;
}

#Content span.toolbar-button {
	color: #800517;
}

#Content span.file {
	color: #800517;
}

#Content span.folder {
	color: #800517;
}

#Content span.warning {
	color: #800517;
}

#Content span.code {
	color: #800517;
}

#Content div.window-title {
	text-align: center;
	font-style: italic;
	padding-top: 15px;
}

#Content pre {
	color: #800517;
}

#Content div.feedback {
	text-align: right;
	font-size: 10px;
}

#FeedbackBlock {
	position: fixed;
	left: 180px;
	top: 75px;
	height: auto;
	background-color: #F0F0F0;
	border: 3px outset #C0C0C0;
	padding: 5px;
	display: none;
	z-index: 30;
}

#FeedbackBlock hr {
	background: #A77E30;
	height: 1px;
}
