/* Buehner Block. Base Styles. Interform.net */
* {
	border: 0;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 76%;
	color: #000;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0 1.2em 0;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0 1.2em 0;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
}
h6 {
	font-size: .8em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {
	list-style: none;
	font-size: 1em;
	line-height: 1.8em;
	margin-top: .2em;
	margin-bottom: .1em; 
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
}
li > p {
	margin-top: .2em;
}
pre {
	font-family: monospace;
	font-size: 1em;
}
strong, b {
	font-weight: bold;
}
#footer {
	color: #999;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.floatRightPad { float: right; margin: 0 0 0 10px; }
.clearAll { clear: both; }