@charset "utf-8";
/* CSS Document */

<style type="text/css">
body {
	margin: 0 auto;
	padding: 0;
	width: 570px;
	font: 75%/120% Arial, Helvetica, sans-serif;
}
a:focus {
	outline: none;
}
#diagram {
	margin-bottom: 15px;
	width: 575px;
	margin-top: -10px;
}
#diagram p {
	font-size: 11px;
	line-height: 16px;
	width: 550px;
	color: #273D6C;
	margin-right: auto;
	margin-left: auto;
}
#diagram h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#panel {
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
.btn-slide {
	width: 144px;
	height: 31px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right -50px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	margin-left: 430px;
}
.active {
	background-position: right 5px;
}
</style>
