/* CSS Document */
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 140px;
text-align:justify;
font-size: 11px; color: #666; 
line-height: 14px;
font-family: tahoma, verdana, arial;
}
#pscroller1 A {
	FONT-SIZE: 12px; COLOR: #414141; TEXT-DECORATION: none
}
#pscroller1 A:hover {
	COLOR: #c23d00; TEXT-DECORATION: underline
}

#pscroller2{
width: 238px;
height: 90px;
text-align:justify;
font-size: 11px; color: #666; 
line-height: 14px;
font-family: tahoma, verdana, arial;
}

#pscroller2 A{
FONT-SIZE: 11px; COLOR: #333; TEXT-DECORATION: none
}

#pscroller2 A:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}

#pscroller3{
width: 182px;
padding-left:5px;
height: 72px;
text-align:justify;
font-size: 11px; color: #666; 
line-height: 14px;
font-family: tahoma, verdana, arial;
}

#pscroller4{
width: 180px;
height: 72px;
text-align:justify;
font-size: 11px; color: #666; 
line-height: 14px;
font-family: tahoma, verdana, arial;
}

.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;


}


