#AutoScrollContainer {
	position: absolute;
	z-index: 99;
	overflow: hidden;
	visibility: visible;
	top: 0px;
	left: 0px;
	width: 460px;
	height: 355px;
	clip: rect(0px,460px,200px,0px);
	background-color: transparent;
	border: 0px solid #000000;
}

#AutoScrollContent {
	position: absolute;
	z-index: 100;
	top: 25px;
	left: 0px;
	width: 400px;
	height: 1800px;
	background-color: transparent;
	border: 0px solid #000000;
	visibility: visible;
}

#AutoScrollContent p {
	line-height: 1.5em;
}
#AutoScrollContent h4 {
	font-size: 12px; text-decoration: underline;
}

#AutoScrollControls {
	position: absolute;
	z-index: 101;
	top: 25px;
	left: 410px;
	width: 15px;
	height: 355px;
	background-color: transparent;
	border: 0px solid #000000;
	visibility: hidden;
}

/*we can just redefine the p tag since
this is the only text on the page*/
p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFED;
}


a:link, a:visited, a:hover, a:link, a:visited {
	color: #FFFFED;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: #512A61;
	color: #FFFFFF;
}

