﻿body
{
	background-color: Black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	scrollbar-base-color: #666666;
}

p
{
	color: #666666;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 18px;
	text-align: justify;
	line-height: 18px;
}

.small
{
	font-size: 9px;
}

h1
{
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #8F8F8F;
	margin-top: 6px;
	margin-bottom: 12px;
}

h2
{
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #7F7F7F;
	margin-top: 6px;
	margin-bottom: 8px;
}

h3
{
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #6F6F6F;
	margin-top: 6px;
	margin-bottom: 6px;
}

th
{
	color: #6F6F6F;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

td
{
	color: #666666;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
}

img
{
	border: none;
}

input
{
	font-family: Courier New, Courier;
	font-size: 12px;
	color: White;
}

input.text
{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: dotted 1px #666666;
	background-color: Transparent;
}

input.button
{
	font-family: Times New Roman, Times, serif;
	color: Black;
}

textarea
{
	font-family: Courier New, Courier;
	font-size: 12px;
	color: White;
	border: solid 1px #666666;
	background-color: Transparent;
	scrollbar-base-color: #666666;
}

select
{
	font-family: Courier New, Courier;
	font-size: 12px;
	background-color: Black;
	color: White;
	border: solid 1px Maroon;
}

option
{
	font-family: Courier New, Courier;
	font-size: 12px;
}

a, a:hover, a:link
{
	color: #9F9F9F;
	text-decoration: none;
}

hr
{
	height: 0px;
	border: 0px;
	border-top: 1px solid #444444;
	width: 800px;
	text-align: left;
}

ul
{
	padding-left: 0px;
	margin-left: 13px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 12px;
}

