.padded-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	border: thin none #006633;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.bottom-line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999933;
}
.side-line {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999933;
}
.sub-header-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
}
.black-small-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.normal-text-with-padding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	margin: 0px;
}
.top-line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CF0D0D;
	border-right-color: #CF0D0D;
	border-bottom-color: #CF0D0D;
	border-left-color: #CF0D0D;
}
.bottom-nav-space {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.underline {
	text-decoration: underline;
}
