/* CSS for the all scrollers */

#pscroller1{
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	width: 670px;
	height: 240px;
	border: solid 0 #ffc;
	padding: 5px 0 0;
	background-color: #fff;
	}

#pscroller1 a{
	text-decoration: none;
	}

#pscroller2{ background-color: #ccc; width: 450px; height: 20px; border: solid 1px black; padding: 3px; }

#pscroller2 a{
	text-decoration: none;
	}

#pscroller3{
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	width: 670px;
	height: 24px;
	border: solid 0 #ffc;
	padding: 5px 0 0;
	background-color: #ffc;
	}

#pscroller3 a{
	text-decoration: none;
	}

.someclass{ //class to apply to your scroller(s) if desired
	font-size: 10pt;
	text-align: left;
	margin-left: auto;
	margin-right: auto;}
}
