body
{
	margin: 1em 0 0.5em;
	color: #000;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 14px;
	line-height: 140%;
	background-image: url(../img/background.jpg);
	background-attachment: fixed;
	background-color: #600;
}

div#box div#printTitle
{
	display: none;
}

div#box
{
	width: 775px;
	margin: 0 auto;
	padding: 0;
}

div#box div#top
{
	width: 775px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-image: url( ../img/top.png );
	background-repeat: no-repeat;
}

div#box div#middle
{
	width: 775px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url( ../img/middle.png );
	background-repeat: repeat-y;
}

div#box div#tab
{
	float: left;
	width: 64px;
	height: 360px;
	margin: 0;
	padding: 0;
	background-image: url( ../img/tab.png );
	background-repeat: no-repeat;
}

div#box div#bottom
{
	width: 775px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-image: url( ../img/bottom.png );
	background-repeat: no-repeat;
	text-align: center;
}

div#box div#text
{
	margin: 0 45px 0 90px;
}

div#box div#text p
{
	margin: 0;
	padding: 0;
	text-indent: 2em;
	text-align: justify;
}

div#box div#text p#start
{
	text-indent: 0;
}

div#box div#text p#start img
{
	float: right;
	margin: 0 0 5px 25px;
}

div#box div#text p.quote
{
	color: #600;
	background: inherit;
	text-indent: 0;
	margin: 0.2em 0;
	font-size: 95%;
	line-height: 120%;
	padding: 0 2em;
}

div#box div#text p.script
{
	color: #600;
	background: inherit;
	margin: 0.2em 0;
	padding: 0 2em 0 2.75em;
	text-indent: -0.75em;
	font-size: 95%;
	line-height: 120%;
}

div#box div#text p.first
{
	margin-top: 0.75em;
}

div#box div#text p.last
{
	margin-bottom: 0.75em;
}

div#box a
{
	color: #000;
	background-color: inherit;
	font-style: normal;
	border-bottom: #000;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	text-decoration: none;
}

div#box a:hover
{
	text-decoration: none;
	border-style: none none solid none;
}

div#box p a.note
{
	color: #000;
	background-color: inherit;
	font-family: Times, "Times New Roman", Serif;
	font-size: 85%;
	font-style: normal;
	line-height: 10px;
	vertical-align: 4px;
	border: none;
	text-decoration: none;
}

div#box p a.note:hover
{
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

div#box div#text p#button
{
	margin: 0;
	padding: 0.5em 0 0;
	text-align: center;
	text-indent: 0;
}

div#box div#text  p#button a
{
	text-decoration: none;
	border: none;
}

div#box div#text p#button a img
{
	border: none;
}

div#box div.footnote
{
	font-size: 13px;
	line-height: 1.2em;
	margin: 0.5em 0 0 0;
	padding: 0;
	clear: left;
}

div#box div.footnote a.noteNumber
{
	color: #000;
	background-color: inherit;
	border: none;
	text-decoration: none;
}

div#box div.footnote a.noteNumber:hover
{
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

div#box div.footnote div.footnoteNumber
{
	float: left;
	text-align: right;
	width: 1.8em;
	padding-right: 0.5em;
}

div#box div.footnote div.footnoteText
{
	padding-left: 2.3em;
}

div#copy
{
	margin: -1em 45px 0 90px;
	padding-top: 0;
	color: #F99;
	background-color: inherit;
	font-size: 9px;
	text-align: center;
	line-height: 10px;
}

