body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Georgia, Times, Serif;
	font-size: 62.5%;
	line-height: 1.3em;
	color: #000000;
	text-transform: uppercase;
}

td, th {
	font-size: 1.1em;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1.1em;
	margin: 0px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	background-color: #000000;
}


.content {
	position: relative;
	border-top: 10px solid #D3D3D3;
	height: 536px;
	overflow: hidden;
}

.content.insection {
	border-top: 10px solid #ffffff;
}

.content p {
	letter-spacing: 1px;
}


.index {
	display: none;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0px;
}
* html .index {
	width: 98%;
}

.index p {
	border-bottom: 1px solid #DEDEDE;
	padding-left: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	cursor: pointer;
}

.index p.hangpunctuation {
	padding-left: 0px;
}

.index p.hover {
	color: #666666;
}

.index p.disabled {
	color: #cccccc;
	cursor: default;
}

.blackbar {
	display: none;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0px;
	background-color: #000000;
	height: 29em;
}
* html .blackbar {
	width: 98%;
}





.caption {
	margin-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.caption p {
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
	color: #7E7E7E;
	padding-left: 3px;
	letter-spacing: 1px;
}

p.backlink {
	display: none;
}
p.backlink span.hover {
	cursor: pointer;	
	color: #000000;
}

p.title span {
	cursor: pointer;
}
p.title span.hover {
	background-color: #7E7E7E;
}


.section {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.section img {
	border-right: 3px solid white;
}

a.rewind {
	color: #7E7E7E;
	letter-spacing: 1px;
	margin-left: 0.5em;
}

a.rewind:hover {
	color: #000000;
}


.bio {
	display: none;
	position: absolute;
	left: 10px;
	width: 780px;
	bottom: 0px;
	line-height: 17px;
}

.bio p {
	font-size: 1.1em;
	padding-left: 3px;
	margin-top: 0.5em;
}

span.emaillink {
	cursor: pointer;
}
span.emaillink.hover {
	background-color: #000000;
}



.todo {
	clear: both;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 14px;
	color: #484424;
	padding: 10px;
	padding-top: 5px;
	min-width: 200px;
	min-height: 100px;
	background-color: #FFF49A;
	border-top: 1.5em solid #FBED93;
	border-right: 0.1em solid #EFE48A;
	border-bottom: 0.1em solid #DFD47A;
	margin-top: 2.0em !important;
	margin-bottom: 2.0em;
	display: none;
}

.todo p {
	margin: 0px;
	margin-bottom: 6px;
}

#debug {
	position:absolute;
	width: 440px;
	bottom: 0px;
	left: 20px;
}




