#header {
	margin: 0px;
	padding: 0px;
	height: 107px;
}
h1 {
	background-color: #99CC00;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 5px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-size: large;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #009900;
	color: #003366;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
p {
	text-indent: 1em;
	font-size: medium;
	line-height: 20px;
	color: #333333;
}
td {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 125%;
	color: #000000;
	font-size: medium;
	margin: 0px;
}
