body  {
	background-color: #ffffff;
	background-image: url(../images/bkrnd.gif);
	background-repeat: no-repeat;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
.headlines {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.subheads {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.bodycopymicro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




#pscroller1{
	width: 270px;
	height: 30px;
	border: 1px solid black;
	padding: 5px;
	background-color: #FFFFCC;
}


#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}