body {
	color: #FF8700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
a:link,a:visited,a:hover,a:active {
	color: #FF8700;
	text-decoration: none;
}
div {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}
.imgtext {
	position: absolute;
	margin-top: 0.2em;
	margin-left: 0.4em;
}


.stage {
	margin-top: 10%;
	margin-left: 25%;
	margin-right: 0%;
	margin-bottom: 0%;
	padding: 0px;
	position: absolute;
	width: 45em;
}
.contentbody {
	background-color: #FEFFB7;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 17px;
	width: 100%;
	height: 30em;
}
.content {
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 25px;
	padding-left: 30px;
}
.footer {
	font-size: 10px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 100%;
	width: 100%;
	text-align: right;
}


.bg_upper {
	position: absolute;
	background-image: url(pixel/bg_upper.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 17px;
	top: -17px;
}
.bg_upperleft {
	position: absolute;
	left: -13px;
	background-image: url(pixel/bg_upperleft.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 17px;
	top: -17px;
	left: -13px;
}
.bg_upperright {
	position: absolute;
	left: -13px;
	background-image: url(pixel/bg_upperright.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 17px;
	left: 100%;
	top: -17px;
}
.bg_left {
	position: absolute;
	background-image: url(pixel/bg_left.gif);
	background-repeat: repeat-y;
	width: 13px;
	height: 100%;
	left: -13px;
	margin: 0px;
	top: 0px;
}
.bg_right {
	position: absolute;
	background-image: url(pixel/bg_right.gif);
	background-repeat: repeat-y;
	width: 13px;
	height: 100%;
	left: 100%;
	top: 0px;
}
.bg_bottom {
	position: absolute;
	background-image: url(pixel/bg_bottom.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 17px;
	top: 100%;
}
.bg_bottomleft {
	position: absolute;
	left: -13px;
	background-image: url(pixel/bg_bottomleft.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 17px;
	left: -13px;
	top: 100%;
}
.bg_bottomright {
	position: absolute;
	left: -13px;
	background-image: url(pixel/bg_bottomright.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 17px;
	left: 100%;
	top: 100%;
}
