body {
	margin: 0;
	background-color: #221102;
	background-image: url(/images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #71583f;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.bodyText {
	line-height: 17px;
}
.title {
	font-size: 18px;
	color: #411f00;
	text-transform: uppercase;
}
.boldlink {
	font-size: 11px;
	color: #71583f;
	text-transform: uppercase;
	text-decoration: none;
}
a.boldlink:hover {
	font-size: 11px;
	color: #a08d67;
	text-transform: uppercase;
	text-decoration: none;
}
.small {
	font-size: 10px;
	color: #71583f;
	text-decoration: none;
}
.searchfield {
	font-size: 10px;
	border: 1px solid #f8f4e9;
	background-color: #f8f4e9;
	width: 90px;
	height: 16px;
}
