html {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia, "Lucida Bright", serif;
}

body, div, img, form {
	margin: 0;
	padding: 0;
	border-style: none;
}

form * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
	background-color: #FFFF00;
}
label:focus {
	color: #FFFF00;
}

h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter,
h5:first-letter,
h6:first-letter,
h7:first-letter {
	color: #E05A00;
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6, h7, p {
	font-weight: normal;
	font-style: normal;
}

a:link,
a:visited {
	color: #2064A4;
}

div.panel {
	margin: 0 1.5em;
	padding: 1em 0 2em;
	background-color: #202020
}

div.text {
	margin: 0 1.7em;
	max-width: 728px;
}

div.text div.subsection {
	padding-left: 0.4em;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #ffffff;
}

div.foother {
	margin: 1em 0;
	text-align: center;
	font-size: small;
}

table {
	border-collapse: collapse;
	border-style: none;
}

table caption {
	margin-bottom: 0.1em;
	font-size: 1.3em;
	font-weight: normal;
}

table td {
	margin: 0;
	padding: 0.1em 0.5em;
	border-style: none;
	vertical-align: text-top;
}

table thead td {
	padding-bottom: 0.15em;
	border-bottom: 1px solid #FFFFFF;
}

.float-left {
	float: left;
	margin: 0.1em 0.2em 0.1em 0;
}

.float-right {
	float: right;
	margin: 0.1em 0 0.1em 0.2em;
}

@media handheld {
	img {
		display: none;
	}
}
