BODY {
	background-color: rgb(231, 231, 221);
	color: rgb(0, 0, 0);
	margin: 25px 25px 25px 25px;
	text-align: justify;
	font-family:Arial,Helvetica;
	font-style:normal;
	}

DIV.toc {
	background-color: rgb(204, 204, 204);
	color: rgb(0, 0, 0);
	position: fixed;
	float: left;
	width: 130px;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
}

DIV.toc H1 {
	font-size: 150%;
	text-align: left;
}

P.text {
	font-size: 80%;
	text-align: left;
	font-weight: normal;
}

DIV.body {
	padding-left: 175px;
	padding-right: 25px;
	text-align: left;
}

H1, H2, H3 {
	color: rgb(102, 102, 204);
}

H1 {
	font-size: 200%;
	text-align: center;
}

H2 {
	font-size: 125%;
}

H3 {
	font-size: 125%;
}

A {
	text-decoration: none;
}

A.sub {
	font-size: 75%;
	color: rgb(70, 70, 70);
	padding-left: 2em;
}

P.sub {
	color: rgb(0, 0, 120);
}

A.subu {
	font-size: 75%;
	padding-left: 2em;
	text-decoration: underline;
}

A:link {
	color: rgb(160, 0, 0);
}

A:visited {
	color: rgb(160, 0, 0);
}

A:hover {
	color: rgb(82, 82, 124);
}

P.copyright {
	margin-top: 50px;
	font-size: 75%;
	text-align: center;
}

TABLE {
	margin: 10px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
	width: 80%
}

TR.first TD {
	font-weight: bold
}

TR {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

TD {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

