﻿*
{
	padding: 0px;
	border: 0;
	margin: 0px;
}

body 
{
	font-family: Arial;
	font-size: 8pt;
	color: White;
	background-color: Black;
	margin: auto 0;
}

#ntBody
{
	background: #000000 url('/images/ntbackground.jpg') no-repeat top center;
	padding-top: 200px;
	min-height: 802px;
  height:auto !important;
  height:802px;
}

#aeBody
{
	background: #000000 url('/images/aebackground.jpg') no-repeat top center;
	padding-top: 200px;
	min-height: 837px;
  height:auto !important;
  height:837px;
}

td
{
	font-size: 9pt;
}

input
{
	font-size: 9pt;
	border: none;
}

.textbox
{
	background-color: #CCC;
}
