html, body
{
	font-family: verdana, sans-serif;
	line-height: 1.7em;
	font-size: 16px;
	color: #392701;
}
h1, h2, h3, h4
{
	font-family: times, serif;
	padding: 0px;
	margin: 6px 0px 6px 0px;
}
h1
{
	font-size: 30px;
}
h2
{
	font-size: 26px;
}
h2.title
{
	border-bottom: solid 1px #392701;
}
h3
{
	font-size: 20px;
}
h4
{
	font-size: 18px;
}
p
{
	padding: 0px;
	margin: 5px 0px 5px 0px;
	text-align: left;
}
p.right, ul.right
{
	text-align: right;
}
ul.left
{
	text-align: left;
}
div.right, img.right
{
	float: right;
}
div.left, img.left
{
	float: left;
}
img.left, img.right
{
	margin: 4px;
}
.center
{
	text-align: center;
}
a
{
	font-weight: bold;
	color: #685a00;
	text-decoration: underline;
}
a:visited
{
	color: #b09800;
}
a:hover
{
	color: #201c00;
}
img
{
	border: solid 1px #392701;
}
img.icon
{
	border-style: none;
}
ul.empty
{
	padding: 0px;
	margin: 2px;
	list-style-type: none;
}
li.empty
{
	line-height: 1.3em;
}
blockquote
{
	margin: 10px 30px 10px 30px;
	padding: 10px;
	border: dashed 1px #685a00;
	background-color: #edd090;
}
label
{
	display: block;
	width: 180px;
	float: left;
	clear: left;
	height: 18px;
	text-align: right;
	margin: 4px;
}
input
{
	height: 18px;
	line-height: 18px;
}
input, textarea
{
	color: #392701;
	font-size: 14px;
	width: 350px;
	border: solid 1px #392701;
	margin: 4px;
	background-color: #edd090;
}
textarea
{
	padding: 3px;
}
input:focus, textarea:focus
{
	border: inset 1px #685a00;
	background-color: #fff0b0;
}
textarea.resizeable
{
	border-right: double 3px #392701;
	border-bottom: double 3px #392701;
}
input.ycheckbox
{
	width: 14px;
	height: 14px;
}
small
{
	font-size: 11px;
	line-height: 1.5em;
}
button
{
	background-color: #392701;
	background-image: url("objects.png");
	background-repeat: repeat-x;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #fff8f0;
	border-style: none;
	cursor: pointer;
	padding: 0px 20px 0px 20px;
}
input.paypal
{
	width: 74px;
	height: 21px;
	border-style: none;
}

