.topBox {
	text-align: center;
	overflow: visible;
	position: relative;
	top: 0px;
	width: 800px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #A4A5A8;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #8A8B8D;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #BfC0C4;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-bottom-color: #A4A5A8;
}
.bodyBox {
	text-align: center;
	overflow: auto;
	position: relative;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-top-width: thin;
	border-top-color: #A4A5A8;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #8A8B8D;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #BfC0C4;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-bottom-color: #A4A5A8;
	height: 390px;
}
.bottomBox {
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 800px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-top-width: thin;
	border-top-color: #A4A5A8;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #8A8B8D;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #BfC0C4;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #A4A5A8;
}
.indexBox {
	text-align: center;
	overflow: hidden;
	position: relative;
	top: 0px;
	width: 800px;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../graphics/indexbg.jpg);

}
