/* CSS Document *//* CSS Document */
H1 { color: #000000 }
H2 { color: #000000 }
H3 { color: #000000 }
P { color: #000000 }
a { color: #000000 }
TH { color: #000000 }

body {  background: url(images/bar.gif) repeat-y;
		background-color: #FFFFFF;
		color: #000000;
		noscroll: true; }
		
a:hover { color: blue; }

img.linkOver { 	cursor: pointer;	
				cursor: hand;
				filter:alpha(opacity:100);
				border: 1px solid blue;
				 }
img.linkOut { 	
				filter:alpha(opacity: 50);
				
				 }

span.linkOver { cursor: hand;
				color: blue; }
				
span.linkOut { color: #000000; }

#navbar { position: absolute;
			top:10;
			left: 5;
			z-index: 5;
}
