@charset "utf-8";
/* CSS Document */
.bodytext {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#685246;
}

.heading {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:40px;
	color:#AE9588
}

.subheading {
font-family:"Times New Roman", Times, serif;
font-size:18px;
line-height:28px;
color:#AE9588
}
.Italics {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#AE9588
}
a:link {
	color: #685246;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #685246;
}
a:hover {
	text-decoration: none;
	color: #AE9588;
}
a:active {
	text-decoration: none;
	color: #685246;
}
