body{
	width: 95%;
	padding-bottom: 8em;
	font-size: 11pt;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(img/credit.gif);
}
dl.header{
	margin-bottom: 2em;
	padding: 3em 1em 1em 1em;
	background: #f9f9f0;
	border-top: 1px solid #646428;
}
dl.header dt{
	margin-right: 5em;
	margin-bottom: 1em;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #646428;
}
dl.header dd{
	margin-left: 1em;
	margin-right: 1em;
	font-size: 10pt;
	text-align: right;
}
ul, ol{
	margin: 1em 7em 1em 7em;
	line-height: 1.5em;
	letter-spacing: 1px;
}
dl.def,
dl.note{
	margin: 1em 7em 1em 5em;
}
dl.def dl.def{
	margin: 0.5em 0.5em 0.5em 0.5em;
}

dl.def dt,
dl.note dt{
	font-weight: bold;
}
dl.def dd,
dl.note dd{
	margin-left: 1em;
	margin-bottom: 0.5em;
}
dl.note dt{
	color: #770000;
}

p{
	margin: 1em 7em 1em 5em;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-indent: 1em;
}

table{
	margin: 1em 7em 1em 6em;
	border: 1px solid #999999;
}
table th,
table td{
	border: 1px solid #999999;
}
table th{
	padding: 1px;
	background: #cccccc;
}
table td{
	padding: 4px;
}
caption{
	font-weight: bold;
	margin-top: 1em;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.end_credit{
	text-align: right;
}

pre.poster,
pre.poster_left,
pre.poster_right{
	margin: 1em 5em 1em 3em;
	padding: 1em;
	background: #f5f5ff;
	border: 1px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	font-size: 80%;
}
pre.poster{
	margin: 1em 7em 1em 6em;
}
pre.poster_left{
	float: left;
}
pre.poster_right{
	float: right;
}
h2{
	padding: 10px;
	color: #646428;
	background: #f9f9f0;
	border-top: 1px solid #646428;
	font-size: 14pt;
}
h3{
	margin: 1em 0 0 1em;
	border-bottom: 1px solid #343434;
	font-size: 13pt;
}
h4 {
	margin: 1em 0 0 2em;
	font-size: 12pt;
}

.image_box{
	margin: 0 6em 1em 3em;
	border: 1px solid #cccccc;
}
.image_box .desc{
	display: block;
	width: 100%;
	padding: 7px 0 7px 0;
	background: #ffffff;
	font-size: 80%;
	text-align: center;
}
.image_box img{
	border: none;
}
.left_align{
	clear: both;
	float: left;
}
.right_align{
	clear: both;
	float: right;
}
.centering{
	clear: both;
	text-align: center;
}


