.violetsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #851577;
	font-weight: bold;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #851577;
	font-weight: normal;
}
.border {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}
.headding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9C248E;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9C248E;
}
.text_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 20px;
	width: 150px;
	border: 1px solid #751668;
}
.text_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 150px;
	border: 1px solid #751668;
	height: 80px;
}
.button {
	background-image: url(../images/index_01_12.jpg);
	background-color: #9A238B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.logo_bg {
	background-image: url(../images/logo_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}



/*Example CSS for the two demo scrollers*/
#pscroller1{
	width: 170px;
	height: 100px;
	padding: 5px;
}
#pscroller2 a{
	text-decoration: none;
}
.someclass{ //class to apply to your scroller(s) if desired
}