body, th, td, input, select, textarea {
	font-family: lucida, verdana, helvetica;
	font-size: 10px;
}
body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background: #ffffff;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
img {
	border: 0px;
}
table {
	width: 100%;
	background: black;
}
.tableAutoWidth {
	width: auto;
}
th, td {
	padding: 3px;
	vertical-align: top;
}
th {
	text-align: left;
	background: #FFFFFF;
	color: #000000;
}
td {
	background: #F4F4F4;
	color: #000000;
}
input, textarea {
	width: 200px;
}
textarea {
	height: 60px;
}
.button, .lowCheckBox {
	width: auto;
}
.lowCheckBox {
	height: 11px;
}
#importantHeaders {
	display: block;
}
#allHeaders {
	display: none;
}
#textareaWrite {
	width: 100%;
	height: 200px;
}
#inputFrameSize {
	width: 20px;
}