div.flipbook
{
	position: relative;
	width: 902px;
	height: 527px;
	overflow: hidden;
}
div.scroll
{
	position: absolute;
	top: 0;
	left: 0;
	width: 902px;
	height: 3689px;
}
div.flipbookpage
{
	width: 878px;
	height: 503px;
	padding: 12px;
	background-image: url('/images/background/tci_content_background.png');
}
div.flipbookpage h1
{
	margin-top: 0;
	color: black;
	cursor:default;
}
div.flipbookpage p
{
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 .5em 50px;
	font-size: 28px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	cursor:default;
}
div.flipbookpage ul
{
	padding-left: 3em;
	font-size: 28px;
	list-style-type:disc;
	cursor:default;
}
div.flipbookbuttons
{
	clear: both;
	width: 902px;
}
#goprevious
{
	float: left;
	vertical-align: top;
	visibility: hidden;
}
#gonext
{
	float: right;
	vertical-align: top;
	visibility: visible;
}
