body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0ece0;
}
table {
	font-size: 11px;
	vertical-align: top;
	text-align: top;
}
.subtitle {
	font-size: 13px;
	font-weight: bold;
}
.navigation {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #AD8F42;
	text-decoration: none;
}
a:hover {
	color: #AD8F42;
	text-decoration: underline;
}
.searchbox {
	font-size: 10px;
	height: 20px;
	border: 1px solid #FFFFFF;
}
.whitetext {
	color: #FFFFFF;
}
.gallery {
	border: 1px solid #AD8F42;
}
.rightimage {
	float: right;
	margin: 10px 0px 10px 10px;
	border: 1px solid #AD8F42;
}
.leftimage {
	float: left;
	margin: 10px 10px 10px 0px;
	border: 1px solid #AD8F42;
}
