	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	p{
		margin-top:0px;
	}
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:274px;
		height:250px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:274px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:0px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
	padding: 5px;
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 0.7em;
	line-height:130%;
	color: #333;
	text-align: left;
	margin-left: 5px;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:13px;
		margin-left:9px;
		height:50px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:13px;
		height:160px;	/* Total height - 40 pixels */
		border:0px solid #000000;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
	margin:1px;
	width:11px;
	height:12px;
	background-color:#1E502C;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	color: #1E502C;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:13px;
		height:14px;
		border:0px solid #BC8FBD;
		color: #FFFFFF;
		text-align:center;
		font-size:12px;
		line-height:12px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
