/*Example CSS for the two demo scrollers*/

#pscroller1
{
	width: 120px;
	height: 150px;
	border: 1px solid black;
	padding: 5px;
	background-color: #FFFFE0;
	text-align: left;
}

#pscroller2
{
	width: 350px;
	height: 20px;
	border: 1px solid black;
	padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass
{
	/*class to apply to your scroller(s) if desired*/
}
.alink
{
	color								: #006699;
	font-size						: 9pt;
	font-family					: Verdana,Arial,Helvetica,Geneva,Swiss;
}