/* CSS Document */


div.BandLeft			{
		position:absolute;
		left:0px;
		top:0px;
		overflow:visible;
		height:347px;
		width:163px;
		margin:0;
		padding:0;
		z-index:1000000000;
		border:none;
		float:none;
			}

div.BandRight			{
		position:fixed;
		left:100%;
		top:0px;
		overflow:visible;
		height:92px;
		width:175px;
		margin:0 0 0 -175px;
		padding:0 0 0 0;
		z-index:1000000000;
		border:none;
		float:none;
}
