#divUpControl {
	position: relative;
	left: 79;
	top: 16;
	z-index: 1;
	text-align: right;
	} 

#divDownControl {
	position: relative;
	left: 64;
	top: 108;
	z-index: 1;
	text-align: right;
	} 

#divUpControl2 {
	position: relative;
	left: 105;
	top: 16;
	z-index: 1;
	text-align: right;
	} 

#divDownControl2 {
	position: relative;
	left: 90;
	top: 109;
	z-index: 1;
	text-align: right;
	} 

#divContainer {
	position: relative;
	width: 200;
	height: 107;
	overflow: hidden;
	top: 1;
	left: 0;
	clip: rect(0,200,107,0);
	visibility: hidden;
	border: 1px solid #bcc7d5;
	background-color : #ffffff;
	}

#divContainer2 {
	position: relative;
	width: 217;
	height: 107;
	overflow: hidden;
	top: 1;
	left: 0;
	clip: rect(0,217,107,0);
	visibility: hidden;
	border: 1px solid #bcc7d5;
	background-color : #ffffff;
	}

#divContent {
	position: relative;
	top: 0;
	left: 0;
	}

#divContent2 {
	position: relative;
	top: 0;
	left: 0;
	} 


#divContent a:link { text-decoration:none; color:#647D9C; }
#divContent a:visited { text-decoration:none; color:#647D9C; }
#divContent a:hover { text-decoration:underline; color:#647D9C; }





/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#scrollerWn {
	position: relative;
	left:0px;
	top:5px;
	width:420px;
	height:92px;
	z-index:1;
	clip:rect(0, 420px, 92px, 0);
	overflow:hidden;
}

div#cnt { position:absolute; z-index:1; } /* layer that scrolls */

/* scroller items 
   set width and height to match scroller "window" 
   Be sure to set height adequate for your content! */
div#cnt div.item {
	width:420px;
	height:92px; 
}

/* styles for scroller content (read important instructions regarding collapsing margins!) */
div#cnt p { font-size:11px; margin:.5em 0 0 0 }
div#cnt ul { margin:.5em 0 0 0; padding:0; font-size:11px; }
div#cnt ul li { margin: .3em 0 0 1em; list-style-type:none }


/* NLS Scroller Definitions */
.content {
	font-family:verdana;
	font-size:11px;
	color:#384e59;
	text-align:left;
}
.scroller {
	margin-top:1px;
	margin-left: 22px;
	border:#bcc7d5 1px solid;
	padding:0px;
	background-color:#ffffff;
}




.nlsscroller {
	border:#bcc7d5 1px solid;
	padding:0px;
	background-color:#ffffff;
}

.scrlclient {
  background-image:url(img/scrlbg.gif);
  background-repeat:repeat-x;
}

.scrltoolbar {
  border:#c3dfea 1px solid;
  border-bottom:none;
  padding:0px;
  height:18px;
}

.scrlcontentfrm {}

.scrlcontent {
	font-family:verdana;
	font-size:11px;
	color:#384e59;
	text-align:left;
}

nlsscrollerbreak{display:none;}
