h2 {
	font-size: 1em;
	font-weight: bold;
	color: #009933;
}
h3 {
	font-size: .9em;
	font-weight: bold;
	color: #000000;
}
	
.indent {
	padding-left: 2em;
}
.boxedtext {
	margin: 3px 10px 3px 10px;
	padding: 4px;
	border: 1px solid #B9B598;
}
.bold {
	font-weight: bold;
}

.textsmall {
	font-size: .9em;
}
.textmedium {
	font-size: 1em;
}
.textlarge {
	font-size: 1.1em;
}
.smallbold {
	font-size: .8em;
	font-weight: bold;
}

/* colors */
.green {
color: #009933;
}
/* end colors */