html, body {
 width: 100%;
 height: 100%
}

body {
	background-color: rgb(35,35,35);
	overflow: hidden;
}

body, table, p {
	color: rgb(125,125,125);
	margin: 12px;
	font-family: times, serif;
	font-size: 8.5pt;
}

div#header {
	left: 0px;
	top: 0px;
}

div#content {
	width: 100%;
	height: 100%
}

h1, h2, h3 {
	font-size: 8.5pt;
	text-align: left;
	padding: 0;
	letter-spacing: 2px;
}		

p, p table, table {
	font-size: 8.5pt;
	letter-spacing: 2px;
	line-height: 10pt;
	margin: 3px 0px 9px 0px;
	text-align: left;
	padding: 0;
}

p strong {
	text-align: left;
}

ul {
	font-size: 8.5pt;
	letter-spacing: 0pt;
	line-height: 10pt;
 	margin: 3px 0px 6px 0px;
 	margin-left: 15px;
 	padding: 0;
}

li {
	list-style: disc outside;
	marker-offset: 5px;
	margin-top: 1px;
	padding: 0;
	padding-left: -5px:
}

small {
	font-size: 8.5pt;
	line-height: 10pt;
	text-transform: uppercase;
}

small.underline {
	text-decoration: underline;
}

a {
	color: rgb(125,125,125);
}

a:hover {
	color: rgb(145,145,145);
}

h1.caution a {
	text-decoration: none;
}

img {
	border: 0;
}

textarea {
	border: 1px solid;
	font-family: monospace;
	font-size: 9pt;
	margin-top: 3px;
	padding: 3px;
	width: 700px;
}

input {
	margin-top: 3px;
	font-size: 12px;
}

input {
	border: 1px solid;
}

input.plain {
	border: 0;
}

table  {
	border-collapse: collapse;
	margin-top: 6px;
}


table, tr, td {
	padding: 2px;
	vertical-align: top;
}

table.markup {
	vertical-align: top;
	width: 100%;
}

table.markup td {
	padding-right: 6px;
}


table {
	text-align: center;
	width: 100%;
	height: 100%;
}

tr, td {
	text-align: center;
	width: 100%;
	height: 100%;
}

hr {
	color: rgb(125, 125, 125);
	height: 1px;
	border: 0;
	border-bottom: 1px solid;
}

img {
	border: 0px solid;
}
