body
{
	margin: 0.5em 0 0.25em 0;
	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: #E8E8E8;
}

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

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

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

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

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

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

div#box div#middle p.inset
{
	text-indent: 0;
	margin: 0.75em 0;
	font-size: 95%;
	line-height: 120%;
	padding: 0 120px;
}

div#box div#middle p#first
{
	text-indent: 0;
	margin-top: 1em;
}

div#box div#middle > p#first
{
	margin-top: 0;
}

div#box p#first:first-letter
{
	font-size: 2em;
	font-style: italic;
	color: #333;
	background-color: inherit;
}

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: 12px;
	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.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#button
{
	padding: 0;
	margin: 0.75em 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div#box a.buttonAnchor
{
	color: #000;
	background-color: inherit;
	border-color: #E8E8E8;
	border-width: 1px 0 1px 0;
	text-decoration: none;
	border-style: dotted none dotted none;
}

div#box a:hover.buttonAnchor
{
	border-color: #000;
	border-width: 1px 0 1px 0;
	border-style: dotted none dotted none;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}

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

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

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

div#copy
{
	width: 750px;
	margin: 0 auto;
	color: #666;
	background-color: transparent;
	font-size: 9px;
	text-align: center;
	line-height: 9px;
}

div#definition
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 206px;
	visibility: hidden;
	z-index: 20;
}

div#definition div#definitionTop
{
	width: 206px;
	height: 10px;
	margin: 0;
	padding: 0;
	background-image: url( ../img/definitionTop.png );
	background-repeat: no-repeat;
}

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

div#definition div#definitionMiddle p
{
	margin: 0 16px 0 10px;
	padding: 0;
	font-size: 90%;
	line-height: 120%;
}

div#definition div#definitionBottom
{
	width: 206px;
	height: 17px;
	margin: 0;
	padding: 0;
	background-image: url( ../img/definitionBottom.png );
	background-repeat: no-repeat;
}

