
A
{
	color: white;
}
A:Hover
{
	color: darkblue;
}
.DataLabel
{
	font-weight: bold;
	font-size: 16px;
	color: #3366cc;
	font-family: Arial;
	background-color: #99ccff;
}
.DataInput
{
	font-weight: bold;
	font-size: 14px;
	color: #3366cc;
	font-family: Arial;
	background-color: white;
}
.BackColour
{
	background-color: #3366cc;
}
.StatusMessage
{
	font-weight: bold;
	font-size: 16px;
	color: #3366cc;
	font-family: Arial;
	background-color: #e0e0e0;
}
Select
{
	font-weight: normal;
	font-size: 12px;
	width: 150px;
	color: black;
	font-family: Arial;
	height: 26px;
}
Calendar
{
	height: 148px;
	width: 168px;
	font-family: Verdana;
	border-color: #999999;
	background-color: White;
}
Input
{
	font-weight: normal;
	font-size: 12px;
	width: 110px;
	color: black;
	font-family: Arial;
	height: 25px;
}
Span
{
	font-weight: bold;
	font-size: 12px;
	color: White;
	font-family: Arial;
}
Label
{
	font-weight: bold;
	font-size: 12px;
	color: White;
	font-family: Arial;
}
CheckBox
{
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
}

