body {
	margin: 	20px 0px;
	padding:	0px;
	background-color:	#ffffff;
	color:				#003300;
	/* color:				#003300; */
	/* color:				#0050b2; */
}

p {
	margin-top:		0px;
	margin-left:	50px;
	margin-right:	50px;
	text-align:		justify;
}

h2 {
	margin-bottom:		10px;
	margin-left:		20px;
	margin-right:		20px;
}

div {
	margin-bottom:		10px;
	margin-left:		10px;
	margin-right:		10px;
}

.nbody {
	margin-left:	3em;
	margin-right:	3em;
}

.bd {
	border-left:	solid 	2em;
	border-bottom:		solid 2px;
	border-left-color:	#009999;
	border-bottom-color:	#009999;
	padding:				0.2em;
}

.bd2 {
	border-left:			solid 2em;
	border-bottom:		solid 2px;
	border-left-color:	#ff9900;
	border-bottom-color:	#ff9900;
	padding:				0.2em;
}


.indent1 { text-indent: 1em }
.indent2 { text-indent: 3em }
.indent3 { text-indent: 5em }

.tred { 
	color:				red;
	background-color:	white;
}

.cmd { 
	text-indent: 		5em;
	color:				red;
	background-color:	white;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

p.copyright {
	margin: 0 0.5em;
	font-size: small;
	font-family: sans-serif;
}