body
{
	background-color: #4B4E5A;
}
.Text
{
	font-family:  Arial;
	FONT-WEIGHT: bold;
	font-size: 10px;
	background-color: #e1e0e2;
	padding-left:2pt;
}
.HeaderLabel
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: verdana;
}
.TDLabel
{
	font-size: 12px;
	color: white;
	font-family: verdana;
}
.ErrorLabel
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: verdana;
}
.Textbox
{
	font-weight: bold;
	font-size: 10px;
	font-family: verdana;
	background-color: lightgrey;
}
.Button
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana;
	background-color: #1b1b1b;
	cursor: hand;
}

.Label
{
	font-family: Verdana;
	font-size: 14px;
	color: #284775;	
}