.Concept {
	border-bottom-style: dashed;
	border-bottom-color: #006600;
	border-bottom-width: 1px;
}
.Text {
	list-style-position: outside;
	list-style-type: disc;
}
.Border {
	border-top: thin solid #006600;
	border-right: thin none #006600;
	border-bottom: thin none #006600;
	border-left: thin none #006600;
}
.outline {
	border: 1px solid #000000;
}
.topborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.botborder {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
