body {
	background-color: #000000;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-family: sans-serif;
	font-size: large;
}

a:link,a:visited,a:active {
	color: #009401;
	text-decoration: none;
}

a:hover {
	color: #009401;
	text-decoration: underline;
}

b {
	font-weight: bold;
}

p {
	margin: 2px 0px 2px 0px;
}



.pagetitle {
	font-size: x-large;
	font-weight: bold;
	border-bottom: medium solid #320092;
	padding: 0px 0px 2px 0px;
}

.divsection {
	padding: 0px 0px 0px 15px;
}

.spansectiontopic {
	font-weight: bold;
}

.header {
	font-size: large;
	font-weight: bold;
	}

.listsections
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}

.toclevel {
		font-weight: bold;
	font-style: italic;
}

.tocnumber {
	font-weight: bold;
	font-style: italic;
}

.toctext {
	font-weight: bold;
	font-style: italic;
}

.listsections li
{
padding-left: 10px;
background-image: url(arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#titlecontent {
	z-index: 1;
	font-size: medium;
	margin: 15px 0px 0px 15px;
}

#maincontent {
	z-index: 2;
	font-size: medium;
	margin: 15px 0px 0px 15px;
	color: Lime;
	padding-left: 5%;
	padding-right: 5%;

}



