body {
	background-color: #6A550A;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBF7E9;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBF7E9;
}.tdbrownstripe {
	background-image: url(images/brownline.gif);
	background-repeat: repeat;
}
.whiteonbrownline {
	background-image: url(images/whitebrown.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.cross {
	background-image: url(images/cross.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.tdgreenstripe {
	background-image: url(images/browngreenline.gif);
	background-repeat: repeat;
}
.middle {
	background-image: url(images/middle.gif);
	background-repeat: repeat-x;
	background-position: center center;

}
.whitehoriz {
	background-image: url(images/whitehorizontal.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.outerline {
	background-image: url(images/outerline.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.whitevertical {
	background-image: url(images/whitevertical.gif);
	background-repeat: repeat-y;
	background-position: right center;
	background-attachment: scroll;

}
.brownvertical {
	background-image: url(images/brownvertical.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7A6828;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E7EFDC;
	text-decoration: underline;
}