body	{
	font-family: georgia, "times new roman", serif;
	font-size: 12px;
	color: #333;
	background: #f9f9f9;
	margin: 0;
	}
h1	{
	font-family: verdana, trebuchet, "trebuchet ms", sans-serif;
	font-size: 18px;
	background: none;
	color: #469;
	}
p	{
	width: 450px;
	line-height: 1.5;
	line-height: 150%;
	}
p:first-letter {
	font-size: 15px;
	}
p#info {
	font-family: verdana, trebuchet, "trebuchet ms", sans-serif;
	line-height: 1.0;
	line-height: 100%;
	font-size: 11px;
	padding-bottom: 15px;
	}
p#info:first-letter {
	font-size: 11px;
	}
dl	{
	width: 408px;
	font-family: georgia, "times new roman", serif;
	font-size: 11px;
	font-style: italic;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 20px;
	background: #eee;
	line-height: 1.5;
	line-height: 150%;
	}
dt	{
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: solid 1px #999;
	margin-bottom: 5px;
	}
dd	{
	margin: 0;
	}
#content {
	position: absolute;
	left: 50%;
	margin-left: -275px;
	width: auto;
	height: auto;
	border: solid 1px #ddd;
	border-top: none;
	padding: 0 50px;
	background: #fff;
	color: #333;
	}
sup	{
	color: #777;
	background: none;
	}
#controls {
	top: 0;
	width: auto;
	background: #ccc;
	color: #333;
	border: solid 1px #999;
	padding: 5px;
	text-align: right;
	}
a	{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #ccc;
	color: #333;
	padding: 0 10px;
	}
a:hover {
	background: #ccc;
	color: #fff;
	text-decoration: none;
	}
a.buttonLink {
	padding: 3px 5px;
	width: auto;
	color: #fff;
	background: #999;
	border: outset 1px #666;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
a.buttonLink:hover {
	padding: 3px 5px;
	width: auto;
	color: #fff;
	background: #69c;
	border: outset 1px #9cf;
	}
a.buttonLink:active {
	border: inset 1px #9cf;
	}
cite	{
	margin: 20px 0;
	display: block;
	background: #ffe;
	color: #333;
	padding: 20px;
	border: solid 1px #ccb;
	width: 405px;
	}