
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 20px;
	color: Navy;
}

.statuslabel
{
	color: Red;
	font-weight: bold;
}

.disabledOption
{
	color: #A0A0A0;
}


/*
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 20px;
	color: Navy;
}

.statuslabel
{
	color: Red;
	font-weight: bold;
}

td
{
	font-size: 12px;
	font-weight: bold;
}


.hint
{
	font-size: 10px;
}

.button
{
	color: #B10101;
	font-weight: bold;
	width: 150px;
	border-right: 1px inset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px inset;
}

.textbox
{
	Width:150px;
}    

.disabledOption
{
	color: #A0A0A0;
}
*/

