@charset "utf-8";
.large_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
}
hr {
	color: #006666;
}

.small_body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #006600;
}

.small_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	color: #006600;
}
.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #003300;
}
.large_body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #003300;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #006666;
}
a:visited {
	font-weight: bold;
	color: #996600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #003366;
}

