body {
	font-size: small;
	line-height: 1.8em;
	color: #505050;
}
h1 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: normal;
}
h2 {
	font-size: 18px;
	line-height: normal;
	color: #119A6D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #119A6D;
	padding-top: 20px;
	padding-bottom: 5px;
}
h3 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 6px;
}
.dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: normal;
}
