.topbackground {
	background-attachment: scroll;
	background-image: url(images/topbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bottombackground {
	background-attachment: scroll;
	background-image: url(images/bottombackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	font-weight: bold;
	color: #670001;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
