
#newsticker {
width: 240px;
height: 300px;
border-top: 1px solid #666600;
border-bottom: 1px solid #666600;
padding: 5px;
background-color: white;
background-color: #BFD3E3;
text-align:left;
font-size: 12px;
color: #003366;
}
a, a:link, a:visited, a:hover, a:active{ 
	color: #003366;
	text-decoration: none;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.testimonialsarchivewrapper{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #BFD3E3;	
}
.testimonialsarchivetitle{
	float: left;
	font-weight: bold;
}
.testimonialsarchiveexcerpt{
	margin: 5px 0px 10px 0px;
}
.testimonialsarchivefulltext{
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	height: 0px;
	color: black;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}
.testimonialsarchivepersonsname{
	font-style: italic;
}
.testimonialsarchivecompanyname{
	color: gray;
}


