/* CSS Document */


<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
}
a:active {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

a.btm:link {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.btm:visited {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
a.btm:hover {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
a.btm:active {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}


a.left:link {
	font-size: 11px;
	text-decoration: none;
	color: #ff0000;
}
a.left:visited {
	font-size: 11px;
	text-decoration: none;
	color: #ff0000;
}
a.left:hover {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
a.left:active {
	font-size: 11px;
	text-decoration: none;
	color: #ff0000;
}



.style1 {color: #FFFFFF}
.style2 {
	color: #002561;
	font-weight: bold;
	font-size: 34px;
}
.style3 {
	color: #002661;
	font-weight: bold;
}
.style4 {
	color: #002661;
}
-->


/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 210px;
height: 130px;
border: 0px;
padding: 0px;

}



.someclass{ //class to apply to your scroller(s) if desired
}

</style>