/* CSS Document */


		A:visited {
	    COLOR: #c8cbae; TEXT-DECORATION: none
        }
        A:link {
	        COLOR: #e6915b; TEXT-DECORATION: none
        }
        A:hover {
	        COLOR: #e6915b; TEXT-DECORATION: underline overline
        }
        A:active {
	        COLOR: #ffffff; TEXT-DECORATION: none
        }
		.style1 {color: #FFFFFF}
		.style3 {font-size: x-small}
		.style6 {font-size: large}
			
		
		#dockingBar {
			Z-INDEX: 100; LEFT: 0px; OVERFLOW: hidden; WIDTH: 100%; 
			BORDER-BOTTOM: #a5a397 2px solid; POSITION: absolute; TOP: 0px; HEIGHT: 43px; BACKGROUND-COLOR: #f1f1ec; TEXT-ALIGN: left
		}
				#dockingBarImageHolder {
			MARGIN-LEFT: 5px; HEIGHT: 30px
		}
		#dockingBarImageHolder IMG {
			CURSOR: pointer
		}
		.spacer {
			BORDER-TOP: #d8d2bd 1px solid; BORDER-BOTTOM: #fff 1px solid; HEIGHT: 0px
		}
		BODY > DIV#dockingBar {
			POSITION: fixed
		}
		#dockingBarSpacer {
			HEIGHT: 43px
		}