h1 {
	font-family: "Trebuchet MS";
	color: #006600;
	font-size: 48px;
	line-height: 40px;
}
a {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #006600;
	font-weight: bold;
}
h4 {
	font-family: "Trebuchet MS";
	color: #006600;
}
.green {
	color: #006600;
	font-family: "Trebuchet MS";
	font-size: small;
}
.smallGreen {
	font-family: "Trebuchet MS";
	font-size: xx-small;
	color: #006600;
}
.mediumGreen {
	font-size: small;
	color: #006600;
}
.boldGreen {
	font-weight: bold;
	color: #006600;
}
.greenBackground {
	color: #FFFFFF;
	background-color: #006600;
}
.picLeft {
	text-align: left;
	float: left;
	padding-right: 10px;
}
.boderLeft {
	border-left-width: 20px;
}
.picRight {
	float: right;
	padding-left: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
p {
	text-indent: 10px;
}