	body
	{
		margin: 0px;
		font-family: Verdana;
		font-size: 10pt;
		background-color: #fefefe;
	}
	
	table /*This needs to be the same as the BODY, so that Netscape/FireFox looks the same as IE*/
	{
		margin: 0px;
		font-family: Verdana;
		font-size: 10pt;
	}
	
	#resize 
	{ 
		background: url("images/Panel_09.gif") no-repeat;
		width: 31px;
		height: 35px;
	} 
	
	#noResize 
	{ 
		background: url("images/Panel_09noResize.gif") no-repeat;
		width: 31px;
		height: 35px;

	} 
	
	
	#StaticPanel
	{
		position: absolute;
		border: 1px solid Green;
		overflow: auto;
	}
	
	
	
	