﻿html, body, form
{
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	background-color: Black;
	overflow: hidden;
	position: absolute;
	font-family: Verdana;
}
a:link, a:active, a:visited, a:hover
{
	color:White;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}
#headerDiv
{
    top:0px;
    left:0px;
    right:0px;
    height:100px;
    position:absolute;
    background-color:Gray;
}
#contentDiv
{
	top:101px;
	left:0px;
	right:0px;
	height:498px;
	background-color:White;
	position:absolute;
	text-align:center;
}
#contentTable
{
	height:498px;
}
#footerDiv
{
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 600px;
	position: absolute;
	background-color: #999999;
}
.ApplicationTitle
{ 
	font-family: Verdana;
	font-size: xx-large;
	font-weight: bold;
}
