﻿body
{
	background-color: #000000;
}
body, p, td, div
{
	font-family: Tahoma, Arial;
	font-size: 9pt;
}

h1
{
	font-size: 16pt;
}
h2
{
	font-size: 14pt;
}
a {
	color: #3a66cc;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.formTable
{
	background-color: #ffe347;
	width: 90%;
}
.tableHeading {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

.greenText
{
	color: Green;
	font-weight: bold;
}
.redText
{
	color: Red;
	font-weight: bold;
}