/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 260px;
	height: 110px;
	font-size: 11px;
	color: #333333;
	text-align:justify;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#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: 152px;
	font-size: 11px;
	color: #333333;
	text-align:justify;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

#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;


}
