
	#screen {
		position: absolute;
		left: 20%;
		height: 290px;
		top: 120px;
		width: 725px;
		overflow: auto;
		color: #fff;
	}
	#screen2 {
		position: absolute;
		left: 3%;
		height: 290px;
		width: 725px;
		top: 120px;
		overflow: auto;
		color: #fff;
	}
	.content {
		position:relative;
		padding: 1em;
		height: 4500px;
	}
	a {
		text-decoration: none;
		color:#ff8000;
	}
	a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	a:visited {
		text-decoration: none;
		color:#ff8000;
	}
	a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	.cds_scrollbar {
		position: absolute;
		background: url(../../images/scroll_handle_up.gif);
		background-repeat: no-repeat;
		right: 0px;
		cursor: pointer;
		height: 107px;
	}
	.cds_scrollbar_over {
		background: url(../../images/scroll_handle_over.gif);
		background-repeat: no-repeat;
		height: 110px;
	}
	.cds_scrollbar_pushed {
		background: url(../../images/scroll_handle_over.gif);
		background-repeat: no-repeat;
		height: 110px;
	}
	.cds_track {
		position: absolute;
		background: url(../../images/scroll_track.jpg);
		right: 0px;
		top: 0px;
		height: 100%;
		cursor: pointer;
	}
	.cds_up {
		position: absolute;
		background: url(../images/arrow_up.gif);
		background-repeat: no-repeat;
		padding-bottom:1px;
		height: 18px;
		right: 0px;
		top: 0px;
		cursor: pointer;
	}
	.cds_down {
		position: absolute;
		background: url(../images/arrow_down.gif);
		background-repeat: no-repeat;
		padding-bottom:1px;
		height: 18px;
		right: 0px;
		bottom: -3px;
		cursor: pointer;
	}

