﻿html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	background-color: Black;
	color: White;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Futura Md BT, Verdana, Arial;
	font-size: 10px;
	overflow: hidden;
}

form 
{
	width: 100%;
	height: 100%;
}

h1
{
	font-family: Trajan Pro, Times New Roman;
	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	padding: 6px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

h2
{
	font-family: Trajan Pro, Times New Roman;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	padding: 6px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

h3
{
	font-family: Futura Md BT, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	padding: 6px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

p
{
	font-family: Futura Md BT, Arial, Verdana;
	font-size: 12px;
	color: Black;
	line-height: 120%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img
{
	border: none 0px Black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
	overflow: hidden;
}

table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	empty-cells: show;
}

tr
{
}

td
{
	line-height: 0px;
}

input
{
	border: solid 1px Gray;
	background-color: Black;
	font-family: Futura Md BT, Arial, Verdana;
	font-size: 10px;
	color: #d7ae66;
}

select
{
	border: solid 1px Gray;
	background-color: Black;
	font-family: Futura Md BT, Arial, Verdana;
	font-size: 10px;
	color: #d7ae66;
}


