﻿body 
{
	background-image:url(Images/Background.jpg);
	background-position:center;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	color:White;
	font-weight:bold;
	font-family:Arial,Times New Roman, Courier New;
	font-size:14px;
}

table
{
	margin:0px;
	padding:0px;
}

a:link
{
	color:Yellow;
}

a:visited
{
	color:Silver;
}

a:hover
{
	color:Aqua;
}

.Heading1
{
	color:White;
	font-weight:bold;
	font-family:Arial,Times New Roman, Courier New;
	font-size:30px;
}

.Heading2
{
	color:White;
	font-weight:bold;
	font-family:Arial,Times New Roman, Courier New;
	font-size:20px;
}

.Heading3
{
	color:White;
	font-weight:bold;
	font-family:Arial,Times New Roman, Courier New;
	font-size:16px;
}

.MenuTable
{
	background-color:#070714;
	border-color:White;
	border-style:solid;
	border-width:2px;
}

.MenuRow
{
	background-color:#141496;
	border-color:white;
	border-style:solid; 
	border-width:2px;
}

.MenuCell
{
	background-color:#141496;
	border-color:white;
	border-style:solid;
	border-width:2px;
}

.BorderedCell
{
	border-color:white;
	border-style:solid;
	border-width:2px;
}

.ErrorReporter
{
	font-weight: bold; 
	color: red; 
	text-align: center;
}

.HelpSpan
{
	font-size:12px;
	font-weight:bold;
	padding:5px;
	background:white;
	color:#141496;
	border-color:#141496;
	border-width:thin;
	border-style:solid;
	text-align:center;
}