body {
	text-align: center;
	font-family: arial;
}

h1 {
	background-color: #FFEECC;

}

dt {font-weight: bold;}
dd {margin-bottom: 10px;}

a {text-decoration:none;color:#3C539D}
a:hover {color:#53ACBF} 

a.jump {
	height: 300px;
	margin: 0px;
	vertical-align: middle;
	background-color: #e0e0f0;
	display: block;
	float:left;
}

.page {
	width: 600px;
	border: 1px solid black;
	background-color: #f0f0f0;
	font-family: Times New Roman;
	color: #303030;
	text-align: left;
	padding: 5px 15px 5px 15px;
}

.page a {
	text-decoration: none;
	color: #101010;
}

.page a:hover {
	text-decoration: none;
	color: #101010;
}

.page p {
	text-indent: 2em;
}

.page .page_num {
	text-align: center;
	font-weight: bold;
}

.page img {
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: black;
}

.stepbox {
	border: 1px solid black;
	background-color: #e0e0e0;	
	font-family: tahoma;
	font-size: 0.9em;
	width: 280px;
	height: 100px;
	padding: 3px;
    margin: 3px;
	text-align: left;
	float: left;
}

.stepbox .numberbox {
	font-family: impact;
	float: left;
	width: 50px;
    padding: 0px;
	margin: 0px;
	font-size: 1.4em;
	margin-right: 5px;
	text-align: center;
}

.stepbox .number {
	background-image: url(bonus/images/numberbox.gif);
	background-color:#303030;
	font-size: 1.2em;
	width: 50px;
	height: 30px;
    color: white;
    padding: 0px;
	margin: 0px;
}

.navigation {
	background-color: #FFEECC;
	width: 600px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 3px;
}