.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text a:link {
	color: #006633;
	text-decoration: underline;
}
.text a:visited {
	color: #006633;
	text-decoration: underline;
}
.text a:hover {
	color: #996600;
	text-decoration: underline;
}
.text a:active {
	color: #006633;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #006633;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.line {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
}
