#scrolldiv {
	/* The total width of the scrolling div including scrollbar */
	border:solid;
	border-width:thin;
	border-color:#CCCCCC;
	padding-left:4px;
	padding-top:10px;
	padding-bottom:4px;
	top : 394px;
	width:350px;
	height:140px;	/* The height of the scrolling div */
	left: 155px;
	background-color:#d1d6ca;
}
#scrolldiv li {
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:disc;
	padding-top:0px;
	padding-bottom:2px;
}
#scrolldiv span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#scrolldiv p {
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#scrolldiv a {
	font-size: 0.8em;
	font-weight : bold;
	color:#003300;
}
#scrolldiv a:hover {
	font-size: 0.8em;
	color:#009900;
}
#scrolldiv h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
#scrolldiv h6 {
	line-height : 11px;
	padding-bottom:10px;
}
.sub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#124D78;
	font-weight:bold;
}
#scrolldiv_parentContainer{
	width:320px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	float:left;
	position:relative;
	z-index : auto;
}
/*
CSS for the scrolling content 
*/
#scrolldiv_content {
	position:absolute;
	visibility: inherit;
}

/*
The scrollbar slider 
*/
#scrolldiv_slider {
	width:14px;
	margin-left:5px;
	height:140px;
	float:right;
	visibility:hidden;
	padding-right:3px;
}

/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv_scrollbar{
	width:15px;
	height:140px;	/* Total height - 40 pixels */
	position:relative;
	/*border:1px solid #333333;*/
}
/*
The scrollbar handle
*/
#scrolldiv_theScroll{
	margin:1px;
	width:13px;
	height:22px;
	position:absolute;	
	top:0px;
	left:0px;
	text-align:center;
	cursor:pointer;
	background-image:url(../images/scroll_bar.gif);
	background-repeat:no-repeat;
	background-position:center;
}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:15px;
	height:11px;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
	/*border:1px solid #333333;*/
}
#scrolldiv_scrollUp{
	margin-bottom:2px;
}
#scrolldiv_scrollDown{
	margin-top:2px;
}

#scrolldiv td{
font-size:0.7em;
text-align:left;
}
