﻿.TX {
	FONT-SIZE: 12px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: 'courier new', typewriter, matrix, monospace; TEXT-DECORATION: none
}
.SC {
	COLOR: #888888; FONT-STYLE: italic
}
.SS {
	COLOR: #009900; FONT-STYLE: normal
}
.SH {
	FONT-WEIGHT: bold; COLOR: #d56000; FONT-STYLE: normal
}
.SF {
	FONT-WEIGHT: bold; COLOR: #aa00ff; FONT-STYLE: normal
}
.SV {
	FONT-WEIGHT: bold; COLOR: #ff0000; FONT-STYLE: normal
}
.SK {
	FONT-WEIGHT: bold; COLOR: #990000; FONT-STYLE: normal
}
.ST {
	FONT-WEIGHT: bold; COLOR: #8d7f07; FONT-STYLE: normal
}
.SP {
	FONT-WEIGHT: bold; COLOR: #0000a0; FONT-STYLE: normal
}
.SN {
	COLOR: #ff0000; FONT-STYLE: normal
}
A {
	FONT-SIZE: 13px; BACKGROUND: #e0e0e0; WIDTH: 100%; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif; POSITION: relative; TEXT-ALIGN: right; TEXT-DECORATION: none
}
.lib {
	TEXT-ALIGN: left
}
A:hover {
	COLOR: #ff8000; POSITION: relative
}
A:visited {
	LEFT: 0px; COLOR: #000000; POSITION: relative; TOP: 0px
}
A:hover:visited {
	COLOR: #ff8000; POSITION: relative
}

	html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #fff;
		width: 100%;
		height: 100%;
	}
	#imageFlow {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
		overflow: hidden;
		background: #ffffff;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .bank {
		visibility:hidden;
	}
	#imageFlow .top {
		position: absolute;
		width: 100%;
		height: 40%;
		background: #222;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color:Navy;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 0.9em;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 22%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=80);
		opacity: 0.7;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
