html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #f5efd9;
	color: #111;
	/*font-family: Georgia;
	font-size: 0.7em;*/
	font-family: Trebuchet MS;
	font-size: 11px;
}
a {
	outline: none;
	color: #847441;
	text-decoration: none
}
a:hover {
	color: #982513;
}
table, a img {
	border: 0;
}
td {
	padding: 0;
}
label {
	cursor: pointer;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.centering {
	text-align: center;
}
.block {
	display: block;
}
.hidden {
	display: none;
}
p.paragraph {
	text-indent: 15px;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
h3 {
	color: #522309;
	font-family: Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
