body{
	background-color:#000000;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #bbbbbb;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #ccccaa;
	font-weight: bolder;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#doc_content p, #doc_content div {
	text-align: justify;
}
h1 {
	font-size: 1.8em;
	color: #ffffff;
}
h2 {
	font-size: 1.5em;
	color: #ffffff;
}
h3 {
	font-size: 1.25em;
	color: #ffffff;
}
h4 {
	font-size: 1.1em;
	color: #ffffff;
}
.indentNone{
}
.indentStandard {
	text-indent:25px;
}
.indentHanging {
	padding-left: 25px;
	text-indent: -25px;
}
.indentFull {
	padding-left: 25px;
}
