body {
	background-attachment: scroll;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 10px;
}
.bodyBkgrnd {
	background-attachment: scroll;
	background-image: url(images/sideBrder.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.contentBkgrnd {
	background-attachment: scroll;
	background-image: url(images/contentBox.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottomLinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:hover {
	color: #886209;
	text-decoration: none;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bottomPGBackground {
	background-attachment: scroll;
	background-image: url(images/bottomImage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.italics {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #990000;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

