body, table {
	font-family: Verdana;
	font-size: 10px;
	color: #c1a687;
	background-color: #540e18;
}
p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-decoration: none;
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0px 20px 0px 30px;
	border-style: dashed;
	border-width: thin;
	border-color: #a2b194;
	background: #540e18; 
	background-image: url('graphics/bq.png');
	background-attachment: scroll;background-repeat: no-repeat;
	font-size:12px;
	font-style: italic;
	padding: 5px 5px 5px 5px;
	}
table {
	border: none;
}
input, textarea {
	margin: 1px;
	border: solid 1px #333;
	font-family: Verdana;
	font-size: 10px;
	color: #001a3f;
	background-color: #c1a687;
}
input.noborder {
	border: none;
}
a {
	color: #a2b194;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #999f93;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #b98f65;
	text-decoration: underline;
}
.smaller {
	font-size: 90%;
}
.message {
	text-align: center;
	font-weight: bold;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
#copyright {
	margin-top: 20px;
	text-align: right;
	border-top: solid 1px #333;
	font-size: 9px;
}
