@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #ECEBE6;
}
.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #071D05;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.body_copy_lrg {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #061B07;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
}

a.links:link {
	color: #071D07;
}
a.links:visited {
	color: #071D07;
}
a.links:active {
	color: #071D07;
}
a.links:hover {
	color: #071D07;
	text-decoration: underline;
}
