body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
}
img.decorative {
	border: 1px #036 solid;
	margin: 5px;
}
h1 {
	font-size: 1.8em;
	line-height: 1em;
	color: #c60;
	border-bottom: solid 1px #036;
}
h1 span {
	font-size: 0.5em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.3em;
	color: #c60;
}
h3 {
	font-size: 1.1em;
	color: #036;
}
acronym {
	border-bottom: 1px #c60 dashed;
	cursor: help;
}
address {
	clear: right;
	text-align: right;
	margin-top: 5px;
}
a:link {
	color: #36c;
}
a:visited {
	color: #939;
}
a:hover {
	color: #c60;
}
a:active {
	color: #036;
}
a.floatLink:link {
	color: #fff;
	text-decoration: none;
}
a.floatLink:visited {
	color: #fff;
}
a.floatLink:hover {
	color: #fff;
	text-decoration: underline;
}
input {
	border: 1px solid #036;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1em;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #fff;
}
input:hover {
	background-color: #F0FBFF;
}
input.button {
	font-size: 0.8em;
	color: #fff;
	background: #c60;
	cursor: pointer;
}
input.button:hover {
	background: #036;
}
input.search {
	border: 1px solid #fff;
}
input.searchButton {
	border: 1px solid #fff;
	font-size: 0.8em;
	color: #fff;
	background: #c60;
	cursor: pointer;
}
input.searchButton:hover {
	background: #036;
}
label.formField {
	display: none;
}
.accesskey {
	text-decoration: underline;
}
p.backToTop {
	text-align: right;
}
p.hidden, h2.hidden {
	display: none;
}
p strong, li strong {
	color: #036;
}
kbd {
	border: #bbb solid 1px;
	background: #eee;
	padding: 0px 3px 0px 3px; 
	font-size: 1.2em;
}
code {
	font-size: 1.2em;
	color: #036;
}
hr {
	border: #c60 solid 1px;
	background-color: #c60;
}