html {
	font-family: "Lucida Grande", "Trebuchet MS", "Sans-Serif";
	font-size: 14px;
}

body {
	background-color: #f0f0f0;
	color: #222222;
}

form {
	margin-top: 0px;
}

form .input-field {
	background-color: #ffffff;
	font-family: "Verdana", "Arial", "Trebuchet MS", "Sans-Serif";
	border: 1px solid #aaaaaa;
}

form .button {
	background-color: #f0f0f0;
	font-family: "Verdana", "Arial", "Trebuchet MS", "Sans-Serif";
	border: 1px solid #aaaaaa;
}

p {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 10px;
}

dt {
	font-family: "Lucida Grande", "Trebuchet MS", "Sans-Serif";
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
	padding-top: 6px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 4px;
}

dd {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.gretell {
	background-color: #000000;
	color: #f0f0f0;
	padding: 8px 5px 15px 5px;
}

.henzell {
	background-color: #ffffff;
	color: #222222;
	padding-left: 5px;
	padding-right: 5px;
}

ol {
	margin-left: 5px;
	padding-left: 22px;
}

li {
	color: #999999;
}

li span {
	color: #222222;
}

.side-tile {
	background: transparent;
	float: right;
	width: 64px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

a, a:visited {
	color: #8c7503;
}

a:hover {
	color: #000000;
}

.bottom {
	font-family: "Lucida Grande", "Trebuchet MS", "Sans-Serif";
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	padding-right: 5px;
	margin-top: 15px;
	margin-bottom: 4px;
	text-align: right;
}

.bottom a, .bottom a:visited {
	color: #666666;
	text-decoration: none;
}

.bottom a:hover {
	color: #000000;
	text-decoration: underline;
}

