/* CSS Scrolling Text Box Document */
<style type="text/css">
ul {
margin-top: 0px;
margin-bottom: 0px; 
list-style-image: url(your custom bullet);
color: #333333;
font-size: 80%;
font-weight: normal;
margin-left: 20px; 
padding-left: 20px; 
line-height: 1.3em;
} 
.scrollArea {
width: 610px; 
height: 113px;
padding-left: 15px;
padding-right: 0px; 
border-color: #6699CC;
border-width: 0px; 
border-style: hidden;
background:none;
float:left;
overflow: auto;
}
.scrollAreaServices {
width: 517px; 
height: 258px;
padding-left: 10px;
padding-right: 10px;
padding-bottom:2px; 
border-color: #6699CC;
border-width: 0px; 
border-style: hidden;
color:#000;
background:none;
float:left;
overflow: auto;
}
.scrollAreaSearch {
width: 600px; 
height: 300px;
padding-left: 0px;
padding-right: 0px; 
border-color: #6699CC;
border-width: 0px; 
border-style: hidden;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:none;
float:left;
overflow: auto;
}
.scrollAreaDefault {
width: 520px; 
height: 300px;
padding-left: 10px;
padding-right: 10px; 
border-color: #6699CC;
border-width: 0px; 
border-style: hidden;
background:none;
color:#000;
float:left;
overflow: auto;
}
.scrollAreaIntro {
width: 391px; 
height: 270px;
padding-left: 0px;
padding-right: 0px; 
border-color: #6699CC;
border-width: 0px; 
border-style: hidden;
background:none;
float:left;
	text-align:left;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
overflow: auto;
}
</style>

