div.main
{
	overflow:hidden;
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid; 
	RIGHT: 3px; 
	BORDER-LEFT: gray 1px solid; 
	WIDTH: 15px; 
	BORDER-BOTTOM: gray 1px solid; 
	POSITION: absolute; 
	TOP: 15px; 
	HEIGHT: 300px; 
	BACKGROUND-COLOR: whitesmoke;
}

.result
{
	FONT-SIZE: 8pt; 
	FONT-FAMILY: verdana;
	font-weight:bold;
	color:red;
	height:15px;
}

.expander
{
	background-color: #fffacd;
}
TABLE.Main
{
	FONT-SIZE: 8pt; 
	FONT-FAMILY: verdana;
	font-weight:bold;
	color:gray;
}
TD.Header
{
	border-bottom:solid 1px gray;
}
TD.Item
{
	color:gray;
}
select.Itemselect
{
	color:gray;
	width:140px;
}
TEXTAREA.Itemtext
{
	color:gray;
	width:205px;
}

