body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	background-color: #ccc;
}

.loginLabel
{
	text-align: right;
}

.mainPanel 
{
	background-color: #fff;
	border: double 3px #000;
}

.infoSmall 
{
	font-size: 10px;
	color: #999;
}

.headerLarge 
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.headerLargeLogin
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.statusLabel 
{
	font-size: 10px;
	color: #999;
}

.errorRequired 
{
	text-align: right;
}

.copyright 
{
	font-size: 10px;
	color: #333;
	text-align: center;
}

.monoSpaced 
{
	font-family: Courier New;
}