.title-1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
.title-2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
.text-indent {
	font-size: 12px;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
