﻿BODY
{
	background-color: #ffffff;
	font-size: 12pt;
}
td
{
	font-family: NotesStyle-BoldCaps, Verdana;
	font-weight: bold;
	font-size: .80em;
	text-align: left;
}
a, a:link, a:visited, a:active
{
	color: #78787a;
	text-decoration: none;
}
a:hover
{
	color: #78787a;
	text-decoration: underline;
}
INPUT.txtBox
{
	background-color: #eeeeee;
	color: #111111;
	border: none;
	width: 200px;
}
INPUT.txtBoxShort
{
	background-color: #eeeeee;
	color: #111111;
	border: none;
	width: 70px;
}
SELECT
{
	background-color: #eeeeee;
	font-family: NotesStyle-BoldCaps, Verdana;
	font-weight: bold;
	font-size: .95em;
	width: 200px;
}
OPTION
{
	background-color: #eeeeee;
	font-family: NotesStyle-BoldCaps, Verdana;
	font-weight: bold;
}
.pageText
{
	color: #111111;
}
.errors
{
	color: #ff0000;
}
.winners
{
	font-size: 13pt;
}