.hide {
	display: none;
}
.show {
	display: block;
}
abbr, acronym, .help {
	border-bottom: 1px dotted;
	cursor: help;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #000000;
}
button {
}
button[type="submit"], input[type="submit"] {
	padding: .1em .2em;
	font-weight: bold;
	font-size: 0.9em;
}
cite {
	font-style: italic;
}
code {
	font-family: "Bitstream Vera Sans Mono", "Lucida Console", "Courier New", Courier, monospace;
}
label {
	cursor: pointer;
}
input, select {
	font-family: "Courier New", Courier, monospace;
	margin: 0;
	padding: 0;
}
fieldset {
	padding: .5em;
	margin: 0 0 1em 0;
}
h1 {
margin: 0;
}
h1 span {
	display: none;
}
hr {
	display: none;
}
img {
	float: none;
	margin: 0 0 0.5em 0.5em;
	border: none;
	text-align: center;

}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	font-weight: bold;

}
ul {
	margin: 0 0 1em 0;
	padding: 0;
}
li {
	line-height: 1.3em;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	text-indent: 2em;
	line-height: 1.3em;
}
sup {
	font-size: .8em;
	line-height: .8em;
	vertical-align: top;
}
blockquote {
font-style: italic;
}
q {
font-style: italic;
}

/* classes, divs, and tags used for LAYOUT */
div.buttons {
	text-align: right;
}
div.tableContainer {
	width: 100%;
}
.hidden {
	display: none;
}
.spacer {
clear: both;
position: relative;
z-index: 10;
/*
height: 1px;
line-height: 1px;
*/
}
ul.flatList {
	clear: right;
}
ul.flatList li {
	display: inline;
	padding: 0 .25em;
	margin: 0;
}
a {
	text-decoration: underline;
}
