/* CSS Document */
		/*Example CSS for the two demo scrollers*/


#forumSubject{
	width:180px;
	height:90px;
	border:1px;
	padding:2px;
	text-align:left;
	font-size:10px;
	text-decoration:none;
}

#forumSubject a:link, #forumSubject a:visited{
	color:#03484F;
	text-decoration:none;
	line-height:10px;
}

#forumSubject a:hover{
	color:#00AF39;
	text-decoration:none;
}


#pscroller1{
	width: 194px;
	height: 510px;
	border: none;
	padding: 0px;
	background-color: transparent;
	text-align:left
}

#pscroller2 a{
	text-decoration: none;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}
