body {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;
	padding-top: 10%;
	text-align: center;
}
table {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a {
	color: #FF6600;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #CCCCCC;
}

.navi {
	width: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}
.navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navi li {
	display: inline;
	padding-right: 18px;
}
.alt {
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	display: block;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
