#divUpControl {
	position:relative;
	left:0px;
	top:0px;
	width:301px;
	height:11px;
	z-index:1;
	text-align: right;
	background-color: #00008B;
	background-image: url(../images/arrowup.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#divDownControl {
	position:relative;
	left:0px;
	top:0px;
	width:301px;
	height:11px;
	z-index:1;
	text-align: right;
	background-color: #00008B;
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#divContainer {
	LEFT: 0px;
	VISIBILITY: hidden;
	OVERFLOW: hidden;
	WIDTH:301px;
	CLIP: rect(0px 290px 240px 0px);
	POSITION: relative;
	TOP: 0px;
	HEIGHT: 240px
}
#divContent {
	LEFT: 0px;
	POSITION: relative;
	TOP: 0px
}
.divmiddle {
	background-color: #00008B;
	text-align: right;
	width:301px;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

