body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height:24px;
}
a:link {
	color: #FEDD9A;
}
a:visited {
	color: #FEDD9A;
}
a:hover {
	color: #E47929;
}
a:active {
	color: #E47929;
}
