﻿body
{
	background-color: #3D3C3D;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	text-align: center;
}
#Footer
{
	border-top: solid 1px Gray;
	font-size: 9px;
}
A:link
{
	text-decoration: none;
	color: Gray;
}
A:visited
{
	text-decoration: none;
	color: Gray;
}
A:hover
{
	text-decoration: underline;
}
.ErrorStyle
{
	border: solid 2px #993300;
}
.ErrorPanel
{
	background-color: #FF8080; 
	margin-top: 10px; 
	padding: 5px; 
	text-align: center; 
	border: solid 1px Red; 
	color: White;
}
.ConfirmationPanel
{
	background-color: InfoBackground; 
	padding: 5px; 
	text-align: center; 
	border: solid 1px Black; 
	color: InfoText;
}
