/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #633821;
}
.page-border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #633821;
	border-right-color: #633821;
	border-bottom-color: #633821;
	border-left-color: #633821;
}
a:link {
	text-decoration: none;
	color:#633821
}
a:visited {
	text-decoration: none;
	color:#633821
}
a:hover {
	text-decoration: underline;	
	color:#633821
}
a:active {
	text-decoration: none;
	color:#633821
}
.body-text {
	font-family: Verdana, Helvetica, Courier, "Courier New", Arial;
	font-size: 12px;
	color: #523018;
	text-decoration: none;	
}
.big-welcome {
	font-family: Verdana, Helvetica, Courier, "Courier New",  Arial;
	font-size: 18px;
	color: #006633;
}
.big-brown {
	font-family: Verdana, Helvetica, Courier, "Courier New",  Arial;
	font-size: 18px;
	color: #633821;
}
.black-line {
	border: 1px dotted #000000;
}
