﻿body
{
 background-color: #eee9e9;
}

.MainBody
{
	font-weight: bold;
	font-size: 11pt;
	font-family: 'Century Gothic';
}

.MainInputFields
{
	font-size: 11pt;
	font-family: 'Century Gothic';
}

.SuccessText
{
	font-weight: bold;
	font-size: 30pt;
	font-family: 'Century Gothic';
}

.FailedText
{
	font-weight: bold;
	font-size: 28pt;
	font-family: 'Century Gothic';
	color: Red;
}

.RedTableLabel
{
	color: White;
	font-weight: bold;
	font-size: 11pt;
	font-family: 'Century Gothic';
	background-color: Red;
}

.RedTable
{
	font-weight: bold;
	font-size: 11pt;
	font-family: 'Century Gothic';
	color: White;
	background-color: red;
	border-right: yellow 3pt outset;
	border-top: yellow 3pt outset;
	border-left: yellow 3pt outset;
	border-bottom: yellow 3pt outset;
}

.ErrorMessages
{
	font-weight: bold;
	font-size: 11pt;
	font-family: 'Century Gothic';
	color: Red;
}