/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 260px;
	height: 100px;
	font-size: 11px;
	color: #666;
	text-align:justify;
	line-height: 20px;
	font-family: tahoma, verdana, arial;
}
#pscroller1 A {
	font-size: 11px;
	color: #555; 
	TEXT-DECORATION: none
}
#pscroller1 A:hover {
	font-size: 11px;
	color: #454545; 
	TEXT-DECORATION: underline
}
#pscroller2{
	width: 260px;
	height: 80px;
	font-size: 11px;
	color: #666;
	text-align:justify;
	line-height: 20px;
	font-family: tahoma, verdana, arial;
}
#pscroller2 A {
	font-size: 11px;
	color: #555; 
	TEXT-DECORATION: none
}
#pscroller2 A:hover {
	font-size: 11px;
	color: #454545; 
	TEXT-DECORATION: underline
}


.someclass{ //class to apply to your scroller(s) if desired
}
.bottombg1 {
	line-height: 52px;
	background-image: url(images/index_55.gif);
	background-repeat: no-repeat;
}
alt2 {

	background: #F5FAFA;
	color: #797268;
}
.alt2 {
	color: #0C7E74;
	font-weight: bold;


}

