*
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
}
body
{
	background-color: #eeeeee;
}
.windowTable
{
	border: #666666 1px solid;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: bold;
	background-color: #ffffff;
	color: black;
}
.windowTitle
{
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.windowLabel
{
	color: #000000;
	text-align: right;
}
.windowCaption
{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 1px;
	background-color: #999999;
	font-weight: bold;
	color: #ffffff;
}
.windowButton
{
	font-weight: bold;
	background-color: #cccccc;
}
.windowTextbox
{
	border: #999933 1px solid;
	font-weight: bold;
	background-color: #ffffff;
}
.windowResult
{
	font-weight: bold;
	color: #006600;
}
